rust-parser-combinator/README.md
2023-02-03 16:12:55 -08:00

6 lines
226 B
Markdown

# Rust Parser Combinator
This is a super-basic Rust parser combinator library I wrote mostly
as an exercise for myself. Inspired by [nom](https://github.com/rust-bakery/nom)
and [chumsky](https://github.com/zesterer/chumsky)