NimYAML/test
Felix Krause 18753b1a4a Got rid of yamlWarning, use YamlPresenterError
* Added YamlWarningCallback that may be used to capture
   parser warnings
 * Removed yamlWarning as event kind
 * Replaced checks for well-formedness in presenter with asserts
 * Added checks for JSON compatibility of YamlStream in presenter
 * Added proper type hints for special float values in
   serializer to be able to check for them in the presenter
2016-01-05 19:06:55 +01:00
..
lexing.nim Source restructuring, added config.nims 2015-12-28 22:03:16 +01:00
parsing.nim Got rid of yamlWarning, use YamlPresenterError 2016-01-05 19:06:55 +01:00
serializing.nim Got rid of yamlError. 2016-01-05 18:14:11 +01:00
tests.nim Can construct basic types and custom objects 2015-12-29 15:09:37 +01:00