FWIW: This has a similiar look/feel to how sabbey wrapped dparser.
http://staff.washington.edu/sabbey/py_dparser/
Heiko Wundram wrote:
> Hi list!
>
> Not long ago I was looking for an easy to use, but powerful parser and lexer
> generating tool for Python, and to my dismay, I found quite a numbe
Hi list!
Not long ago I was looking for an easy to use, but powerful parser and lexer
generating tool for Python, and to my dismay, I found quite a number of
Python projects implementing an (LA)LR(1) parser generator, but none of them
seemed quite finished, or even pythonic.
As I required a pa