pratt/readme.md

2 lines
222 B
Markdown
Raw Normal View History

2024-04-12 19:03:17 +00:00
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.