zypo-parser 0.0.1

The reference parser for zypo-rs, make with LALRPOP using LR(1)
Documentation
[package]
name = "zypo-parser"
description = "The reference parser for zypo-rs, make with LALRPOP using LR(1)"
license = "MIT"
version = "0.0.1"
authors = ["Owez <owez@scalist.net>"]
edition = "2018"

[build-dependencies]
lalrpop = "0.17.2"

[dependencies]
lalrpop-util = "0.17.2"
regex = "1.3.1"