- Added DOM API
- Fixed several bugs found by fuzzing (#7)
- Removed experimental code from main project and moved it to own project
- Fixed a bug when reading from stdio
- passes all tests of the yaml-test-suite
- outsourced Text package to ParserText project
- fixed a bug in Text package that led to an endless loop when allocating
- restructured Reference types to not have a discriminant so that they can be used in records. Access to the underlying type is now provided by a Value function.
- Fixed several assertion failures that have gone unnoticed because the project was compiled without -gnata
Initial release.