OCaml library for cleaner, source-highlighted parser error messages.
Nice Parser is an OCaml library that consolidates parser boilerplate and wraps auto-generated parsers to provide clearer, source-highlighted error messages. It includes an example skeleton that uses Menhir and ocamllex and is suited for projects that implement custom parsers or language tooling and want improved diagnostics.
0