A YAML parser and emitter in C++
Go to file
Jesse Beder 1cde7fbfc0 Switched from loading test files to testing specific parsing constructs. The tests don't fully cover the span (eventually I'll add more, maybe), but there's a bunch there.
More to the point, the yaml-reader program doesn't do any file IO, so it doesn't require a specific working directory.
2009-05-31 06:36:01 +00:00
include Set eol-style to native on all of the new files 2009-05-30 02:29:47 +00:00
src Set eol-style to native on all of the new files 2009-05-30 02:29:47 +00:00
yaml-reader Switched from loading test files to testing specific parsing constructs. The tests don't fully cover the span (eventually I'll add more, maybe), but there's a bunch there. 2009-05-31 06:36:01 +00:00
CMakeLists.txt Patch - added testing 2009-05-30 02:41:27 +00:00
license.txt Added the license.txt file describing the MIT license. 2008-09-03 04:37:06 +00:00
yaml-reader.vcproj Switched from loading test files to testing specific parsing constructs. The tests don't fully cover the span (eventually I'll add more, maybe), but there's a bunch there. 2009-05-31 06:36:01 +00:00
yamlcpp.sln Moved the testing source to the yaml-reader folder. 2008-07-14 05:18:25 +00:00
yamlcpp.vcproj Changed the way we read different types of scalars. 2009-05-23 23:51:01 +00:00