2 releases

0.1.1 Feb 5, 2022
0.1.0 May 18, 2021

#891 in Procedural macros

28 downloads per month

MIT license

140KB
3.5K SLoC

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.

Dependencies

~1.5MB
~35K SLoC