Rust parser combinator library
Go to file
Greg Shuflin 1e91bf4efd Add benchmarking code for json parser 2023-03-10 01:16:06 -08:00
benches Add benchmarking code for json parser 2023-03-10 01:16:06 -08:00
src Move json into testutil module 2023-03-10 01:12:46 -08:00
tests Move json into testutil module 2023-03-10 01:12:46 -08:00
.gitignore Initial commit 2022-10-10 00:13:39 -07:00
Cargo.toml Move json into testutil module 2023-03-10 01:12:46 -08:00
README.md Add readme blurb 2023-02-03 16:19:40 -08:00

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