Crate shiftkit

Crate shiftkit 

Source
Expand description

shiftkit - A Rust library for generating LR and LALR parsers

This crate provides data structures and algorithms to generate bottom-up parsers from grammar definitions, with support for LR(0), LR(1), SLR(1), and LALR(1) parsers.