YAML implementation for Nim https://nimyaml.org
Go to file
Felix Krause 9ff93efb11 Implemented basic serialization
* added serialize() procs for some basic types
 * extended make_serializable to generate serialize() proc
2015-12-29 16:10:47 +01:00
bench Better interface for loading to JSON 2015-12-29 12:33:41 +01:00
private Better interface for loading to JSON 2015-12-29 12:33:41 +01:00
test Implemented basic serialization 2015-12-29 16:10:47 +01:00
yaml Implemented basic serialization 2015-12-29 16:10:47 +01:00
.gitignore Can construct basic types and custom objects 2015-12-29 15:09:37 +01:00
config.nims Can construct basic types and custom objects 2015-12-29 15:09:37 +01:00
copying.txt Added copyright 2015-12-28 22:22:51 +01:00
yaml.nim Better interface for loading to JSON 2015-12-29 12:33:41 +01:00