rusty_lr 1.2.0

yacc-like, proc-macro based LR(1) and LALR(1) parser generator and code generation
Documentation
[dependencies.rusty_lr_core]
version = "1.0"

[dependencies.rusty_lr_derive]
version = "1.2"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["parsing"]
description = "yacc-like, proc-macro based LR(1) and LALR(1) parser generator and code generation"
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 = "1.2.0"