diff --git a/README.md b/README.md new file mode 100644 index 0000000..542d789 --- /dev/null +++ b/README.md @@ -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)