A YAML parser and emitter in C++
Go to file
beder 557f81e622 Replaced the queue of Token pointers with values.
We were getting memory leaks (as told by the CRT detectors, which I also added), and there's really no reason (as long as we're careful) to use pointers there.
2008-07-20 05:02:01 +00:00
include Replaced the queue of Token pointers with values. 2008-07-20 05:02:01 +00:00
src Replaced the queue of Token pointers with values. 2008-07-20 05:02:01 +00:00
yaml-reader Replaced the queue of Token pointers with values. 2008-07-20 05:02:01 +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 Replaced the queue of Token pointers with values. 2008-07-20 05:02:01 +00:00