Executable for rusty_lr, a Bison-like Parser generator & Compiler frontend framework for Rust generating IELR(1), LALR(1) parser tables, with deterministic LR and non-deterministic LR (GLR) parsing.
A Bison-like Parser generator & Compiler frontend framework for Rust generating IELR(1), LALR(1) parser tables, with deterministic LR and non-deterministic LR (GLR) parsing.
buildscipt tools for rusty_lr
core library for rusty_lr
proc-macro definitions for rusty_lr
grammar line parser for rusty_lr
lua runtime and IR generation
semantic analysis and enhanced AST converter for lua_parser crate