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
ff99f85a6d
Commit Graph
3 Commits
Author
SHA1
Message
Date
Jesse Beder
0d5a97bffe
Refactored common scalar scanning code (from plain, quoted, and block) to one function.
2008-06-29 05:45:41 +00:00
Jesse Beder
de29068110
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
Jesse Beder
4e435b1321
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