pyPEG parser-interpreter released

Volker Birk bumens at dingens.org
Tue Jan 27 15:10:32 EST 2009


Hi,

pyPEG is a general parser for context free languages as a small Python
module.

It is PEG (Parsing Expression Grammar) based. It can be very easily used
in your Python program.

Everybody who understands regular expressions can quickly understand and
use pyPEG. The output result is a standard Python data structure, pyAST,
just consisting of lists of strings and tuples.

You can find pyPEG here: <http://fdik.org/pyPEG>

Yours,
VB.
-- 
Bitte beachten Sie auch die Rückseite dieses Schreibens!



More information about the Python-list mailing list