rusty_lr 0.5.1

LR(1) and LALR(1) parser generator
Documentation
[dependencies]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["parsing"]
description = "LR(1) and LALR(1) parser generator"
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 = "0.5.1"