mirror of
https://github.com/status-im/NimYAML.git
synced 2025-01-12 12:34:23 +00:00
16d1a1bceb
* Renamed some symbols for consistency, fixes #6: - yamlStartSequence -> yamlStartSeq - yamlEndSequence -> yamlEndSeq - yamlStartDocument -> yamlStartDoc - yamlEndDocument -> yamlEndDoc - yTagMap -> yTagMapping * Improved code formatting at some places * Fixed code documentation at some places * Added generic objects to TODO list * Removed obsolete parsing tests, these are superseeded by yaml-dev-kit test suite integration