Rust parser combinator library
Go to file
Greg Shuflin b86cbfd8ff Move json into testutil module 2023-03-10 01:12:46 -08:00
benches Add criterion crate + basic code 2023-03-10 00:45:04 -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