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.
|
2 weeks ago | |
---|---|---|
benches | 2 weeks ago | |
src | 2 weeks ago | |
tests | 2 weeks ago | |
.gitignore | 5 months ago | |
Cargo.toml | 2 weeks ago | |
README.md | 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
- See if some of the ideas in Efficient Parsing with Parser Combinators can be incorporated here.