rusty_lr 3.28.1

A Bison-like parser generator & compiler frontend for Rust supporting IELR(1), LALR(1) parser tables, with deterministic LR and non-deterministic LR (GLR) parsing.
Documentation
[dependencies.rusty_lr_buildscript]
optional = true
version = "0.55.0"

[dependencies.rusty_lr_core]
version = "3.33.0"

[dependencies.rusty_lr_derive]
optional = true
version = "2.36.0"

[features]
build = ["dep:rusty_lr_buildscript"]
default = ["derive"]
derive = ["dep:rusty_lr_derive"]
tree = ["rusty_lr_core/tree"]

[lib]
name = "rusty_lr"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing", "compilers", "parser-implementations"]
description = "A Bison-like parser generator & compiler frontend for Rust supporting IELR(1), LALR(1) parser tables, with deterministic LR and non-deterministic LR (GLR) parsing."
edition = "2021"
keywords = ["parser", "bison", "lr", "glr", "compiler"]
license = "MIT OR Apache-2.0"
name = "rusty_lr"
readme = "README.md"
repository = "https://github.com/ehwan/RustyLR"
resolver = "1"
version = "3.28.1"