update Wed Jun 16 06:37:00 PDT 2010
[pkgsrc.git] / devel / menhir / DESCR
1 Menhir is a LR(1) parser generator for the Objective Caml programming
2 language. That is, Menhir compiles LR(1) grammar specifications down
3 to Objective Caml code. It is mostly compatible with ocamlyacc(1).