This website requires JavaScript.
Explore
Help
Sign In
External
/
yaml-cpp
Watch
8
Star
0
Fork
0
You've already forked yaml-cpp
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
795df7224b
yaml-cpp
/
main.cpp
9 lines
110 B
C++
Raw
Normal View
History
Unescape
Escape
2008-06-26 02:45:08 +04:00
#
include
"document.h"
Wrote a simplified regular expression parser to make life easier (it only does single matches; i.e., no one-or-more matches, etc.). Fixed some of the whitespace/line break matching.
2008-06-27 12:20:41 +04:00
#
include
"regex.h"
2008-06-26 02:45:08 +04:00
int
main
(
)
{
YAML
:
:
Document
doc
(
"
test.yaml
"
)
;
return
0
;
}
Reference in New Issue
Copy Permalink