Small Pratt parser based on [Simple but Powerful Pratt Parsing](https://matklad.github.io/2020/04/13/simple-but-powerful-pratt-parsing.html) by Matklad
Go to file
2024-04-19 03:09:35 -05:00
dep pratt: Add Conlang as an explicit dependency 2024-04-19 03:09:35 -05:00
src Update to match cl v0.0.5 2024-04-13 03:40:20 -05:00
.gitignore Implement a simple but powerful pratt parser based on matklad's minipratt 2024-04-12 13:57:50 -05:00
.gitmodules pratt: Add Conlang as an explicit dependency 2024-04-19 03:09:35 -05:00
Cargo.lock Update to match cl v0.0.5 2024-04-13 03:40:20 -05:00
Cargo.toml pratt: Add Conlang as an explicit dependency 2024-04-19 03:09:35 -05:00
readme.md Add readme.md 2024-04-12 14:03:17 -05:00

This is a sketch of a Pratt parser using Conlang's tokenizer, based on the amazing blog post Simple but Powerful Pratt Parsing by Alex Kladov.