Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matklad/minipratt


https://github.com/matklad/minipratt

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# miniprat

An explanation of Pratt algorithm in Rust, with minimal abstractions.

See these two blog posts for details:

* [Simple But Powerful Pratt Parsing](https://matklad.github.io/2020/04/13/simple-but-powerful-pratt-parsing.html)
* [From Pratt to Dijkstra](https://matklad.github.io/2020/04/15/from-pratt-to-dijkstra.html)