jaq icon indicating copy to clipboard operation
jaq copied to clipboard

XML & YAML support

Open 01mf02 opened this issue 7 months ago • 0 comments

This is work in progress.

TODO:

  • [ ] Document --from and --to in help.txt
  • [ ] Document YAML behaviour (supported tags !!int etc., keys must be strings limitation)
  • [x] Use new saphyr-parser version 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

01mf02 avatar May 22 '25 09:05 01mf02