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 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

阿同parseLine错误的返回值()函数是固定的。
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

带有skipWS =假错误是固定的。
A bug with skipWS=False was fixed.

Project Resources