yaml / yamlscript

Programming in YAML
MIT License
358 stars 31 forks source link

RapidYAML Parser Integration #145

Open ingydotnet opened 1 week ago

ingydotnet commented 2 days ago

https://github.com/biojppm/rapidyaml (C++) is the fastest (and most correct) known YAML parser.

Currently YS uses the Java https://bitbucket.org/snakeyaml/snakeyaml-engine/src/master/ parser.

Current plans are to expose both to the user, at least for a while.