From edad0a2685b76c3e5e11eb82095c2435ab369f5a Mon Sep 17 00:00:00 2001 From: John Date: Fri, 12 Apr 2024 14:03:17 -0500 Subject: [PATCH] Add readme.md --- readme.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..6499d58 --- /dev/null +++ b/readme.md @@ -0,0 +1 @@ +This is a sketch of a Pratt parser using Conlang's tokenizer, based on the amazing blog post [Simple but Powerful Pratt Parsing](https://matklad.github.io/2020/04/13/simple-but-powerful-pratt-parsing.html) by Alex Kladov.