charon
charon copied to clipboard
Automatically generate json parsing
It's tedious to write them by hand. I found https://github.com/serde-ml/serde but it requires ocaml >= 5.1.1. We could write our own generator from rust possibly.
Does it print nice error messages when it fails?
I don't know I couldn't try because of ocaml version mismatches
First big chunk was done here: https://github.com/AeneasVerif/charon/pull/283
This is pretty much done now