instead of a handcrafted string parser, use a parser generator
Opened this issue · 0 comments
hannesm commented
e.g. menhir or ocamllex/ocamlyacc should be fine. esp. since the format is known better, documented in the README, and there are various tests.