parsegen

Crates.ioparsegen
lib.rsparsegen
version0.1.1
sourcesrc
created_at2021-05-18 08:24:30.421784
updated_at2022-02-05 09:44:29.81694
descriptionA parser generator implemented as a proc macro
homepagehttps://github.com/osa1/parsegen
repository
max_upload_size
id398890
size151,213
Ömer Sinan Ağacan (osa1)

documentation

README

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.

Commit count: 0

cargo fmt