diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-07 03:17:44 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-07 03:17:44 +0800 |
commit | 026118a420657426dc2ca22ba4037bd6616c4ed8 (patch) | |
tree | 72041c0a13843a2cf7ce45a5ac4599b772c3cb97 /devel/Makefile | |
parent | 55dbe351b524ab4f36652a8637bd34d717cebf6a (diff) | |
download | freebsd-ports-gnome-026118a420657426dc2ca22ba4037bd6616c4ed8.tar.gz freebsd-ports-gnome-026118a420657426dc2ca22ba4037bd6616c4ed8.tar.zst freebsd-ports-gnome-026118a420657426dc2ca22ba4037bd6616c4ed8.zip |
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>
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 55e71ddf6984..d96c17640f9b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -683,6 +683,7 @@ SUBDIR += maven SUBDIR += maven2 SUBDIR += memcheck + SUBDIR += menhir SUBDIR += mercator SUBDIR += mercurial SUBDIR += meta-cvs |