Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 230 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 230 Bytes

lr0_gen

Repo contains:

  • Generator of LR0, SLR1 and LR1 table.
  • Stack automata that accepts these table and do syntactic analyses for input string

Usage

cargo run "file"
cargo run examples/simple.gram # example