osa1 / parsegen

An LR parser generator, implemented as a proc macro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

An LR parser generator, implemented as a proc macro

License:MIT License


Languages

Language:Rust 100.0%