pkgsrc/devel/menhir/DESCR

4 lines
206 B
Text
Raw Normal View History

Menhir is a LR(1) parser generator for the Objective Caml programming
language. That is, Menhir compiles LR(1) grammar specifications down
to Objective Caml code. It is mostly compatible with ocamlyacc(1).