Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wheybags/lr.py
LR parser generator in python
https://github.com/wheybags/lr.py
Last synced: 11 days ago
JSON representation
LR parser generator in python
- Host: GitHub
- URL: https://github.com/wheybags/lr.py
- Owner: wheybags
- Created: 2014-01-03T23:00:56.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-03T23:06:33.000Z (about 11 years ago)
- Last Synced: 2024-11-12T04:23:52.769Z (2 months ago)
- Language: Python
- Size: 117 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
lr.py
=========lr.py is an lr parser generator for python.
It probably wildly slow, and there are probably much better implementations
out there, but I made it for fun. so I don't really care.
If it ever gets to the point of being actually useful, I will add some proper
explanation here.LICENSE
-------WTFPL(http://www.wtfpl.net/about/)