This website requires JavaScript.
Explore
Help
Sign In
loot
/
yaml-cpp
Watch
0
Star
0
Fork
0
mirror of
https://github.com/loot/yaml-cpp.git
synced
2026-07-27 14:13:42 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ed6c294749fc5c4cd8d0af7029621a0f08171275
yaml-cpp
/
main.cpp
T
9 lines
110 B
C++
Raw
Normal View
History
Unescape
Escape
2008-06-25 22:45:08 +00: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.).
2008-06-27 08:20:41 +00:00
#include
"regex.h"
2008-06-25 22:45:08 +00:00
int
main
()
{
YAML
::
Document
doc
(
"test.yaml"
);
return
0
;
}
Reference in New Issue
Copy Permalink