dfb151e2a3fad5e49fc14c8f22dd28bc0707a40a
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.
Description
Languages
Rust
100%