2012-06-03

dummy PEG parser in and for python

Just another dummy parser

I tried to use different PEG parser generator python libraries and found none of them satisfies to my requirements (including ability to work with containers other then string/buffer (to use it for live stream parsing), transparent parsing tracking) while effort needed to adopt any of 'em to my needs is higher then to write own parser generator.

So, here is a small dummy PEG parser generator — ˜1 kloc including simple utility code to avoid any external dependencies, published under MIT license, tested with python2.7