Commit graph

2 commits

Author SHA1 Message Date
Martin Wilke
cfff2ef9c8 - Add manpage to Makefile
Submitted by:   pointyhat via Kris "Ports Janitor" :)
2007-03-11 22:18:44 +00:00
Martin Wilke
94b3d16759 Menhir is a LR(1) parser generator for the OCaml programming language.
It is 90% compatible to ocamlyacc (included with the OCaml distribution), and
it has some advantages over ocamlyacc, such as limited EBNF support, LR(1)
generation instead of LALR(1), better conflict explanation and production of
reentrant parsers (amongst others).

WWW: http://cristal.inria.fr/~fpottier/menhir

PR:		ports/109910
Submitted by:	Jaap Boender <jaapb at kerguelen.org>
2007-03-06 19:17:44 +00:00