Skip to content

osa1/parsegen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages