NimYAML/private
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
..
events.nim Got rid of yamlWarning, use YamlPresenterError 2016-01-05 19:06:55 +01:00
json.nim Got rid of yamlWarning, use YamlPresenterError 2016-01-05 19:06:55 +01:00
lexer.nim Support serializing tuples. Multiple bugfixes. 2016-01-05 16:54:14 +01:00
parser.nim Got rid of yamlWarning, use YamlPresenterError 2016-01-05 19:06:55 +01:00
presenter.nim Got rid of yamlWarning, use YamlPresenterError 2016-01-05 19:06:55 +01:00
tagLibrary.nim Got rid of yamlError. 2016-01-05 18:14:11 +01:00