Télécharger la liste

Description du projet

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.

Système requise

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.

2009-10-13 06:45
0.34

Cette version ajoute des fonctionnalités pour analyser et d'ignorer les expressions régulières avec les ignore () de classe.
This release adds functionality to parse and ignore regular expressions with the ignore() class.

2009-07-21 16:47
0.33

Un bug dans la fonction de suppression automatique de commentaires a été fixée.
A bug in the function for automatically removing comments was fixed.

2009-06-10 01:39
0.32

Un bug avec la valeur de retour de la parseLine () a été fixé.
A bug with the return value of the parseLine() function was fixed.

2009-05-20 20:57
0.31

C'est une version corrige des bogues.
This is a bugfix release.

2009-05-02 17:37
0.30

Un bug avec skipWS = False a été fixée.
A bug with skipWS=False was fixed.

Project Resources