pyPEG 2.5 released

Volker Birk bumens at dingens.org
Tue Jun 12 20:45:04 CEST 2012


This release offers support for Python 2.7 and to 3.x.

pyPEG is a plain and simple intrinsic parser interpreter framework for
Python version 2.7 and 3.x. It is based on Parsing Expression Grammar,
PEG. With pyPEG you can parse and compose many formal languages in a
very easy way. 

pyPEG supports partial parsing and recomposing text. It is well suited
to be used in a Wiki engine or development tool as well as for common
parsing purposes.

You can find pyPEG at http://fdik.org/pyPEG/ and in PyPI.
The Mercurial repository is at https://bitbucket.org/fdik/pypeg/
There is support in #python.de on Freenode.

Yours,
VB.
-- 
Marktkonforme Demokratie: der Steuerzahler bezahlt die Spielschulden.


More information about the Python-announce-list mailing list