rusty_lr 3.13.0

bison-like, GLR, LR(1) and LALR(1) parser generator with custom reduce action
Documentation
[dependencies.rusty_lr_buildscript]
optional = true
version = "0.38.0"

[dependencies.rusty_lr_core]
version = "3.17.0"

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

[features]
build = ["dep:rusty_lr_buildscript"]
default = ["derive"]
derive = ["dep:rusty_lr_derive"]
error = ["rusty_lr_core/error"]
fxhash = []
tree = ["rusty_lr_core/tree", "rusty_lr_derive/tree", "rusty_lr_buildscript/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 = "bison-like, GLR, LR(1) and LALR(1) parser generator with custom reduce action"
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.13.0"