Rust parser combinator library
Go to file
2023-02-25 03:27:32 -08:00
src implement representation for json_bool 2023-02-25 03:27:32 -08:00
tests implement representation for json_bool 2023-02-25 03:27:32 -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

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