NimYAML/private
Felix Krause 971218314e fastparse: made it pass the parsing tests
* Scan for implicit map key as soon as a property is encountered
 * Proper handling of node properties throughout parser
 * Fixed an issue where plain scalars sometimes contained garbage
   when yielded
 * Catch reserved chars @ and `
 * Fixed some test cases
 * Made parser test cases use fastparse
2016-01-23 17:44:50 +01:00
..
events.nim Started re-implementing parser 2016-01-20 21:18:28 +01:00
fastparse.nim fastparse: made it pass the parsing tests 2016-01-23 17:44:50 +01:00
hints.nim Refactoring: Extracted type guessing from lexer 2016-01-14 19:58:38 +01:00
json.nim fastparse: Improvements to flow parsing 2016-01-22 22:40:22 +01:00
lexer.nim Started re-implementing parser 2016-01-20 21:18:28 +01:00
parser.nim Refactoring: Shorter type names 2016-01-14 22:51:30 +01:00
presenter.nim Refactoring: Shorter type names 2016-01-14 22:51:30 +01:00
tagLibrary.nim Started re-implementing parser 2016-01-20 21:18:28 +01:00