Download List

專案描述

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.

2009-10-13 06:45
0.34

This release adds functionality to parse and ignore regular expressions with the ignore() class.

2009-07-21 16:47
0.33

A bug in the function for automatically removing comments was fixed.

2009-06-10 01:39
0.32

A bug with the return value of the parseLine() function was fixed.

2009-05-20 20:57
0.31

This is a bugfix release.

2009-05-02 17:37
0.30

A bug with skipWS=False was fixed.

Project Resources