YAML implementation for Nim https://nimyaml.org
Go to file
Felix Krause f249813b90 Implemented alias resolution
* Parse alias nodes properly
 * Fixed a bug that prevented you from having objects as map keys
 * Use AnchorId for reporting anchors instead of strings
 * Do not use nil strings for anchor and tag
2015-12-22 16:28:35 +01:00
src/yaml Implemented alias resolution 2015-12-22 16:28:35 +01:00
test Implemented alias resolution 2015-12-22 16:28:35 +01:00
.gitignore Made it work under Windows 2015-12-22 14:13:55 +01:00