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
24
Commits
8
Branches
20
Tags
6.8
MiB
7478308488
Commit Graph
3 Commits
Author
SHA1
Message
Date
beder
88ee96d432
Refactored common scalar scanning code (from plain, quoted, and block) to one function.
2008-06-29 05:45:41 +00:00
beder
5657241e4c
Added stream input to the regular expressions, greatly simplifying the usage (in particular, we no longer have to specify the number of characters to be checked).
2008-06-27 19:07:30 +00:00
beder
b20e47cdd9
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