Rust parser combinator library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Greg Shuflin 1e91bf4efd
Add benchmarking code for json parser
2 weeks ago
benches Add benchmarking code for json parser 2 weeks ago
src Move json into testutil module 2 weeks ago
tests Move json into testutil module 2 weeks ago
.gitignore Initial commit 5 months ago
Cargo.toml Move json into testutil module 2 weeks ago
README.md Add readme blurb 2 months ago

README.md

Rust Parser Combinator

This is a super-basic Rust parser combinator library I wrote mostly as an exercise for myself. Inspired by nom and chumsky

Ideas for future work