NimYAML/test
Felix Krause 507c621aaf Implemented local tags for serialization
* Fixed a bug in the lexer where an error would be raised if
   characters not allowed in tag shorthands are used in local tags
 * Fixed processing of object tags for all kinds of root nodes in Parser
 * Improved dumper to output a space after a local tag
 * Renamed some enumeration types to conform better to the YAML spec
 * Added secondaryPrefix to YamlTagLibrary
 * Added possibility to control tag output style independently from
   presentation style in serializer
 * Created local tags for all types that are serialized and use them in
   construction and serialization
2016-01-04 21:46:33 +01:00
..
lexing.nim Source restructuring, added config.nims 2015-12-28 22:03:16 +01:00
parsing.nim Implemented local tags for serialization 2016-01-04 21:46:33 +01:00
serializing.nim Implemented local tags for serialization 2016-01-04 21:46:33 +01:00
tests.nim Can construct basic types and custom objects 2015-12-29 15:09:37 +01:00