Rust parser combinator library
Go to file
Greg Shuflin 116e2fc361 Add readme blurb 2023-02-03 16:19:40 -08:00
src Representation work 2023-01-22 14:26:54 -08:00
tests Representation work 2023-01-22 14:26:54 -08:00
.gitignore Initial commit 2022-10-10 00:13:39 -07:00
Cargo.toml Add proptest 2022-12-04 00:16:14 -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