This website requires JavaScript.
Explore
Help
Sign In
status-im
/
NimYAML
mirror of
https://github.com/status-im/NimYAML.git
Watch
2
Star
0
Fork
You've already forked NimYAML
0
Code
Issues
Projects
Releases
Wiki
Activity
151d795f07
NimYAML
/
test
/
tests.nim
1 line
45 B
Nim
Raw
Normal View
History
Unescape
Escape
Sanitized exceptions and raises pragmas * Added raises pragma to every proc in yaml.nim * Properly encapsulate exceptions from YamlStreams * Discovered a Nim compiler bug and added a workaround * Added possibility to query line, column and line content from YamlParser * Updated rst documentation * Actually call callback in fastparse if available * Fixed parsing YAML version
2016-01-24 17:24:09 +00:00
import
parsing
,
constructingJson
,
serializing