Docs GODI Archive
Projects Blog Link DB

Look up function:

(e.g. "List.find" or "keysym")
More options

FREE SOFTWARE ON CAMLCITY.ORG

GODI Package godi-menhir

A LR(1) parser generator for Objective Caml.

Menhir compiles LR(1) grammar specifications down to Objective Caml code. It accepts legacy ocamlyacc grammar specifications, with a few caveats. It is superior to ocamlyacc in several ways. For instance, it offers a library of standard parameterized definitions, including options, sequences, and lists, and allows users to define their own parameterized nonterminal symbols. It accepts LR(1) grammars, as opposed to only LALR(1) grammars, and attempts to explain conflicts in a readable way. See the reference manual for a more detailed overview of Menhir.

Version: 20120123
Homepage: http://gallium.inria.fr/~fpottier/menhir/
Maintainer: François Pottier <Francois.Pottier@inria.fr>
Files: bin/menhir
doc/godi-menhir/manual.pdf
doc/godi-menhir/menhir.1.html
lib/ocaml/pkg-lib/menhirLib/META
lib/ocaml/pkg-lib/menhirLib/menhirLib.cmi
lib/ocaml/pkg-lib/menhirLib/menhirLib.cmi_pretty
lib/ocaml/pkg-lib/menhirLib/menhirLib.cmo
lib/ocaml/pkg-lib/menhirLib/menhirLib.cmx
lib/ocaml/pkg-lib/menhirLib/menhirLib.o
share/doc/menhir/demos/Makefile
share/doc/menhir/demos/Makefile.auto
share/doc/menhir/demos/Makefile.shared
share/doc/menhir/demos/OMakefile.shared
share/doc/menhir/demos/calc-param/Makefile
share/doc/menhir/demos/calc-param/OMakefile
share/doc/menhir/demos/calc-param/OMakeroot
share/doc/menhir/demos/calc-param/README
share/doc/menhir/demos/calc-param/calc.ml
share/doc/menhir/demos/calc-param/lexer.mll
share/doc/menhir/demos/calc-param/parser.mly
share/doc/menhir/demos/calc-param/tokens.mly
share/doc/menhir/demos/calc-two/Makefile
share/doc/menhir/demos/calc-two/OMakefile
share/doc/menhir/demos/calc-two/OMakeroot
share/doc/menhir/demos/calc-two/README
share/doc/menhir/demos/calc-two/algebraic.mly
share/doc/menhir/demos/calc-two/calc.ml
share/doc/menhir/demos/calc-two/common.mly
share/doc/menhir/demos/calc-two/lexer.mll
share/doc/menhir/demos/calc-two/reverse.mly
share/doc/menhir/demos/calc-two/tokens.mly
share/doc/menhir/demos/calc/.omakedb
share/doc/menhir/demos/calc/.omakedb.lock
share/doc/menhir/demos/calc/Makefile
share/doc/menhir/demos/calc/OMakefile
share/doc/menhir/demos/calc/OMakefile.omc
share/doc/menhir/demos/calc/OMakeroot
share/doc/menhir/demos/calc/OMakeroot.omc
share/doc/menhir/demos/calc/README
share/doc/menhir/demos/calc/calc.ml
share/doc/menhir/demos/calc/lexer.mll
share/doc/menhir/demos/calc/parser.mly
share/doc/menhir/demos/ocamldep.wrapper
share/doc/menhir/manual.pdf
share/man/man1/menhir.1.html
share/menhir/standard.mly
Built from sources: menhir-20120123
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml