polonius-parser 0.2.0

Parser for the Polonius project
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "polonius-parser"
version = "0.2.0"
description = "Parser for the Polonius project"
license = "Apache-2.0/MIT"
authors = ["The Rust Project Developers"]
repository = "https://github.com/rust-lang-nursery/polonius"
build = "build.rs" # LALRPOP preprocessing

[build-dependencies]
lalrpop = "0.15.2"

[dependencies]
lalrpop-util = "0.15.2"
regex = "1.0.0"