This website requires JavaScript.
Explore
Help
Sign in
Archive
/
rpcs3
Watch
0
Star
0
Fork
You've already forked rpcs3
0
mirror of
https://github.com/RPCS3/rpcs3.git
synced
2025-04-29 05:48:00 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
ed6c294749
rpcs3
/
main.cpp
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.). Fixed some of the whitespace/line break matching.
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 a new issue
Copy permalink