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.

2010-11-23 12:03
1.1

完整的Unicode支持加入。
标签: Stable, Major
Full Unicode support was added.

2010-11-08 21:51
0.46

套用语法规则可以有选择地跟踪设置pyPEG.print_trace为True。此跟踪pyPEG将输出到stderr。转换到Python pyPEG现在3.x中使用2to3无缝地工作。
标签: Stable
The grammar rules that are applied can be optionally traced by setting pyPEG.print_trace to True. pyPEG will output this trace to stderr. Converting pyPEG to Python 3.x now works seamlessly using 2to3.

2010-08-10 07:33
0.45

错误修正。
标签: Bugfixes
Bugfixes.

2010-08-09 23:10
0.44

pyPEG现在装饰每个源文件名和行号pyAST对象。
标签: Stable
pyPEG now decorates each pyAST object with source file name and line number.

2010-08-07 15:55
0.43

修正了两个错误:一是与memoization,并与自动注释消除功能之一。
标签: Stable, Minor bugfixes
Two bugs were fixed: one with memoization, and one with the auto comment removal feature.

Project Resources