YAML implementation for Nim https://nimyaml.org
Go to file
Felix Krause e642e41f90 Bug fixes in lexer and parser
* Lexer: column now always points to start of token
 * Lexer: added ability to compile with -d:yamlDebug for debug output
 * Parser: Correctly handle nested sequences and maps
 * Tests: Added parser tests for nested objects
2015-12-10 20:53:43 +01:00
src/yaml Bug fixes in lexer and parser 2015-12-10 20:53:43 +01:00
test Bug fixes in lexer and parser 2015-12-10 20:53:43 +01:00
.gitignore Initial commit 2015-11-27 23:42:11 +01:00