rust-parser-combinator/README.md

6 lines
226 B
Markdown
Raw Normal View History

2023-02-03 16:12:55 -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](https://github.com/rust-bakery/nom)
and [chumsky](https://github.com/zesterer/chumsky)