jaq
jaq copied to clipboard
XML & YAML support
This is work in progress.
TODO:
- [ ] Document
--fromand--toinhelp.txt - [ ] Document YAML behaviour (supported tags
!!intetc., keys must be strings limitation) - [x] Use new
saphyr-parserversion once https://github.com/saphyr-rs/saphyr/issues/50 is closed - [ ] Implement
fromxml,toxml,fromyaml,toyaml - [ ] Encapsulate lexer errors in newtype to ease updates
- [ ] Recover shared YAML values
- [ ] Write parsing tests