Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/)