pom 3.0.0

PEG parser combinators using operator overloading without macros.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[badges.travis-ci]
repository = "J-F-Liu/pom"

[package]
authors = ["Junfeng Liu <china.liujunfeng@gmail.com>"]
categories = ["parsing"]
description = "PEG parser combinators using operator overloading without macros."
documentation = "https://docs.rs/crate/pom/"
edition = "2018"
homepage = "https://github.com/J-F-Liu/pom"
license = "MIT"
name = "pom"
readme = "README.md"
repository = "https://github.com/J-F-Liu/pom.git"
version = "3.0.0"