punk_parser 0.0.0

Parser for Punk language.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "punk_parser"
version = "0.0.0"
authors = ["John Doe <newtype17@protonmail.com>"]
description = "Parser for Punk language."
license = "GPL-2.0"
build = "build.rs"

[lib]
path = "src/lib.rs"

[dependencies]
lalrpop-util = "0.17.2"
regex = "1.3.4"
lazy_static = "1.4.0"

[build-dependencies]
lalrpop = "0.17.2"