mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 12:41:17 +00:00
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.
This commit is contained in:
@@ -185,6 +185,10 @@
|
||||
RelativePath=".\parser.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\regex.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\scalar.cpp"
|
||||
>
|
||||
@@ -227,6 +231,10 @@
|
||||
RelativePath=".\parser.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\regex.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\scalar.h"
|
||||
>
|
||||
|
Reference in New Issue
Block a user