Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matklad/minipratt
https://github.com/matklad/minipratt
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/matklad/minipratt
- Owner: matklad
- Created: 2020-04-13T07:12:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-17T09:16:22.000Z (over 4 years ago)
- Last Synced: 2024-05-09T11:19:59.532Z (7 months ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 176
- Watchers: 7
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)