rusty_lr 2.1.0

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

[dependencies.rusty_lr_core]
version = "2.2"

[dependencies.rusty_lr_derive]
version = "1.6"

[features]
build = ["dep:rusty_lr_buildscript"]
builder = ["rusty_lr_core/builder"]
default = []
fxhash = ["rusty_lr_core/fxhash"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["parsing", "compilers", "parser-implementations"]
description = "yacc-like, LR(1) and LALR(1) parser generator with custom reduce action"
edition = "2021"
keywords = ["parser", "yacc", "context-free-grammar", "lr", "compiler"]
license = "MIT"
name = "rusty_lr"
readme = "README.md"
repository = "https://github.com/ehwan/RustyLR"
resolver = "1"
version = "2.1.0"