rustlr 0.1.0

LR(1)/LALR(1) parser generator for rust
Documentation
[package]
name = "rustlr"
version = "0.1.0"
authors = ["Chuck Liang"]
edition = "2018"
license = "MIT"
description = "LR(1)/LALR(1) parser generator for rust"
repository = "https://github.com/chuckcscccl/rustlr/"
keywords = ["parser", "lr", "lalr"]
categories = ["parsing", "compilers"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]