earlgrey 0.2.3

An earley parser library
Documentation
[package]
name = "earlgrey"
version = "0.2.3"
edition = "2018"
authors = ["Rodolfo Granata <warlock.cc@gmail.com>"]
description = "An earley parser library"
license = "MIT"
repository = "https://github.com/rodolf0/tox"

[features]
debug = []

[[example]]
name = "arith"
path = "examples/arith.rs"

[dev-dependencies]
lexers = { version = "0.0.8", path = "../lexers" }
rustyline = "1.0.0"