Right now, my Menhir parser will show this error message for any parse error:
Fatal error: exception Dune__exe__Main.Parser_error("tok = {, Could not parse …
And then the entire source file is included in the message.
Any tips to improve upon this…?