parsegen 0.1.1

A parser generator implemented as a proc macro
Documentation

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.