rusty-peg 0.0.3

A macro for defining PEG parsers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]

name = "rusty-peg"
version = "0.0.3"
authors = ["Niko Matsakis <niko@alum.mit.edu>"]
description = "A macro for defining PEG parsers"
homepage = "https://github.com/nikomatsakis/rusty-peg"
documentation = "https://github.com/nikomatsakis/rusty-peg/blob/master/README.md"
repository = "https://github.com/nikomatsakis/rusty-peg"
license = "Unlicense"
keywords = ["parser", "PEG"]

[dependencies]

regex = "0.1"