gll 0.0.2

GLL parsing framework.
Documentation
[package]
name = "gll"
version = "0.0.2"
authors = [
    "Ana-Maria <mihalacheana.maria@yahoo.com>",
    "Eduard-Mihai Burtescu <edy.burt@gmail.com>"
]
repository = "https://github.com/lykenware/gll"
license = "MIT/Apache-2.0"
description = "GLL parsing framework."

[dependencies]
indexing = "0.3.1"
ordermap = "0.3.0"
proc-macro2 = "0.4.0"

[build-dependencies]
indexing = "0.3.1"
ordermap = "0.3.0"

[lib]
doctest = false
test = false

[workspace]
members = [
    "macros"
]