A YAML parser and emitter in C++
Go to file
beder 89ed418b83 Small changes in the iterator code.
Changed the public interface of Scanner to resemble an STL container.
2008-07-23 04:38:18 +00:00
include Small changes in the iterator code. 2008-07-23 04:38:18 +00:00
src Small changes in the iterator code. 2008-07-23 04:38:18 +00:00
yaml-reader Switched the Iterator implementation to a dedicated helper class (to hide the specific implementation, since it's pretty messy and may change). 2008-07-21 02:54:39 +00:00
yaml-reader.vcproj Replaced the queue of Token pointers with values. 2008-07-20 05:02:01 +00:00
yamlcpp.sln Moved the testing source to the yaml-reader folder. 2008-07-14 05:18:25 +00:00
yamlcpp.vcproj Small changes in the iterator code. 2008-07-23 04:38:18 +00:00