Download List

Descripción del Proyecto

pyPEG is a quick and easy solution for creating a parser in Python programs. pyPEG uses a PEG language in Python data structures to parse, so it can be used dynamically to parse nearly every context free language. The output is a plain Python data structure called pyAST, or, as an alternative, XML.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-05-15 17:25 Back to release list
1.3

La tupla de nombres en pyAST fue reemplazado por el símbolo (lista) de clase, que es bastante compatible, pero apoya el código sea más descriptivo en el backend del compilador, también.
Tags: Stable, Major
The tuple for names in pyAST was replaced by the Symbol(list) class, which is fairly compatible, but supports more descriptive code in compiler backends, too.

Project Resources