Add readme

This commit is contained in:
Greg Shuflin 2023-02-03 16:12:55 -08:00
parent 2fd8b1be16
commit ffa282e89d
1 changed files with 5 additions and 0 deletions

5
README.md Normal file
View File

@ -0,0 +1,5 @@
# 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)