Hacker News new | ask | show | jobs
by mookid11 3586 days ago
You can use the ocaml toolchain (for instance: ocamllex and ocamlyacc) and stop writing ad hoc parsers.
1 comments

That makes sense. Thanks.