A parser combinator framework inspired by nom.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Pfaff 6c929f71b4
Reduce usage of impl Fn
4 months ago
src Reduce usage of impl Fn 4 months ago
.gitignore Initial commit 12 months ago
Cargo.toml Fixed dependencies 9 months ago
README.md Add and_then combinator, more number parsers, and README.md 12 months ago

README.md

Chow

Parse data with ease by chowing down on input.