parol_runtime 0.2.2

Runtime library for parsers generated by the 'parol' parser generator.
Documentation
[package]
name = "parol_runtime"
version = "0.2.2"
authors = ["Jörg Singer <singer.joerg@gmx.de>"]
description = "Runtime library for parsers generated by the 'parol' parser generator."
documentation = "https://docs.rs/parol_runtime"
repository = "https://github.com/jsinger67/parol_runtime"
readme = "README.md"
keywords = ["parser", "runtime"]
categories = ["algorithms", "parsing"]
license = "MIT"
edition = "2018"

[dependencies]
regex = "1.5.4"
lazy_static = "1.4.0"
error-chain = "0.12.4"
id_tree = "1.8.0"
id_tree_layout = "2.0.2"
log = "0.4.14"