This website requires JavaScript.
Explore
Help
Sign In
status-im
/
NimYAML
Watch
2
Star
0
Fork
0
You've already forked NimYAML
mirror of
https://github.com/status-im/NimYAML.git
synced
2025-01-12 12:34:23 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
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 18:24:09 +01:00
import
parsing
,
constructingJson
,
serializing
Reference in New Issue
Copy Permalink