A YAML parser and emitter in C++
Go to file
Jesse Beder d98007b0be
2008-07-04 22:57:52 +00:00
content.cpp
content.h Specialized the overloaded [] operator for int/unsigned, and added a size() function, so that you can iterate through a sequence node like a vector. 2008-07-02 21:41:54 +00:00
exceptions.h Added some parser exceptions. 2008-07-02 05:00:32 +00:00
exp.cpp
exp.h
iterator.cpp Added some parser exceptions. 2008-07-02 05:00:32 +00:00
main.cpp 2008-07-04 22:57:52 +00:00
map.cpp Specialized the overloaded [] operator for int/unsigned, and added a size() function, so that you can iterate through a sequence node like a vector. 2008-07-02 21:41:54 +00:00
map.h Specialized the overloaded [] operator for int/unsigned, and added a size() function, so that you can iterate through a sequence node like a vector. 2008-07-02 21:41:54 +00:00
node.cpp Specialized the overloaded [] operator for int/unsigned, and added a size() function, so that you can iterate through a sequence node like a vector. 2008-07-02 21:41:54 +00:00
node.h Removed the document class (since it's really just a root node, and that's it). 2008-07-04 22:56:43 +00:00
parser.cpp Removed the document class (since it's really just a root node, and that's it). 2008-07-04 22:56:43 +00:00
parser.h Removed the document class (since it's really just a root node, and that's it). 2008-07-04 22:56:43 +00:00
parserstate.cpp Added some parser exceptions. 2008-07-02 05:00:32 +00:00
parserstate.h Tags, anchors, and aliases are all parsed now. 2008-07-01 06:28:10 +00:00
regex.cpp
regex.h
scalar.cpp Added an iterator class that can iterate through both sequence and map nodes. 2008-07-02 01:22:39 +00:00
scalar.h Added an iterator class that can iterate through both sequence and map nodes. 2008-07-02 01:22:39 +00:00
scanner.cpp Added parsing of anchors, aliases, and tags (still no semantics yet). 2008-07-01 01:17:10 +00:00
scanner.h Finished parsing of basic data types (scalar, sequence, map). 2008-06-30 23:57:58 +00:00
scanscalar.cpp Fixed opening newline bug for block scalars. 2008-07-01 06:34:55 +00:00
scanscalar.h
scantoken.cpp Tags, anchors, and aliases are all parsed now. 2008-07-01 06:28:10 +00:00
sequence.cpp Specialized the overloaded [] operator for int/unsigned, and added a size() function, so that you can iterate through a sequence node like a vector. 2008-07-02 21:41:54 +00:00
sequence.h Specialized the overloaded [] operator for int/unsigned, and added a size() function, so that you can iterate through a sequence node like a vector. 2008-07-02 21:41:54 +00:00
simplekey.cpp
stream.cpp
stream.h
test.yaml Added some parser exceptions. 2008-07-02 05:00:32 +00:00
token.h
yaml-reader.sln
yaml-reader.vcproj Removed the document class (since it's really just a root node, and that's it). 2008-07-04 22:56:43 +00:00