Prune devel/py-EnthoughtBase
[dports.git] / devel / menhir / pkg-descr
1 Menhir is a LR(1) parser generator for the OCaml programming language.
2 It is 90% compatible to ocamlyacc (included with the OCaml distribution),
3 and it has some advantages over ocamlyacc, such as limited EBNF support,
4 LR(1) generation instead of LALR(1), better conflict explanation and
5 production of reentrant parsers (amongst others).
6
7 WWW: http://cristal.inria.fr/~fpottier/menhir