Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
yaml-cpp
795df7224b48ec6ad322e8581b2ae727163841e3
795df7224b48ec6ad322e8581b2ae727163841e3
Switch branch/tag
yaml-cpp
main.cpp
Find file
Normal view
History
Permalink
main.cpp
110 Bytes
Edit
Web IDE
Newer
Older
No commit message
beder
committed
Jun 25, 2008
1
#include "document.h"
Wrote a simplified regular expression parser to make life easier (it only does...
beder
committed
Jun 27, 2008
2
#include "regex.h"
No commit message
beder
committed
Jun 25, 2008
3
4
5
6
7
8
9
int
main
()
{
YAML
::
Document
doc
(
"test.yaml"
);
return
0
;
}