summaryrefslogtreecommitdiff
path: root/devel/menhir/DESCR
blob: e8b855a5642cdc04ad8f01adcf5b107d51dea8d8 (plain)
1
2
3
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).