Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 438 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 438 Bytes

parsegen

parsegen is an LR parser generator, similar to happy, ocamlyacc, and lalrpop.

It currently generates canonical LR(1) parsers, but LALR(1) and GLR are planned.

Currently under development. Expect bugs and slow compile times. Also, it has no documentation. All of these will be fixed.

See my MinCaml parser as an example parser implemented using parsegen.