/lrp

SLR, LR(1) and LALR parsers in Rust with grammar generator (WIP)

Primary LanguageRust

A fast implementation of LR parsers - LR(1), SLR, LR(0) and LALR(1)

Actually, it's just the backend for the main project wop