pom 2.0.0-alpha

PEG parser combinators using operator overloading without macros.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "pom"
version = "2.0.0-alpha"
authors = ["Junfeng Liu <china.liujunfeng@gmail.com>"]
homepage = "https://github.com/J-F-Liu/pom"
documentation = "https://docs.rs/crate/pom/"
repository = "https://github.com/J-F-Liu/pom.git"
license = "MIT"
readme = "README.md"
description = "PEG parser combinators using operator overloading without macros."
categories = ["parsing"]

[badges]
travis-ci = { repository = "J-F-Liu/pom" }