18b4ac0d4b
git-subtree-dir: subtrees/parser-combinator git-subtree-split: 5526ce7bd17beda52047fbc3442e23e0174b79a7
436 B
436 B
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.