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>

pyPEG is Free Software. It is under the GNU General Public License 2.0.

Yours,
VB.
-- 
Bitte beachten Sie auch die Rückseite dieses Schreibens!
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to