From ffa282e89d5b44603c7b056e78ad028d622d790a Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Fri, 3 Feb 2023 16:12:55 -0800 Subject: [PATCH] Add readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md 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)