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.