menhir

Parser generator for OCaml

Description

Menhir is a LR(1) parser generator for the OCaml programming language. It is mostly compatible with the ocamlyacc parser generator provided with the OCaml system, and has the following enhancements over ocamlyacc:
 * it accepts LR(1) grammars,
 * it offers parameterized nonterminal symbols as well as a library of
   standard definitions,
 * it explains conflicts in terms of the grammar,
 * it allows grammar specifications to be split over multiple files and
   parametrized by OCaml modules,
 * it produces reentrant parsers.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://gallium.inria.fr/~fpottier/menhir/


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install menhir