Python parser generators

Mike Fletcher mcfletch at vrtelecom.com
Mon Aug 9 00:02:13 EDT 1999


Shameless Plug:

http://members.home.com/mcfletch/programming/simpleparse/simpleparse.html

It is primarily targeted at writing modestly fast parsers for mid-sized
files using ebnf declarations.  Creates parse trees (as opposed to running
code in-line).  I have a slightly more advanced version which I should be
posting within a few weeks (as soon as I have a chance to do an example for
the new feature (allows adding arbitrary mxTextTools tables to the parsing
definition)).

Is released under a Python-style license.

Enjoy yourself,
Mike





More information about the Python-list mailing list