Download List

Projeto Descrição

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.

2010-11-23 12:03
1.1

Total suporte a Unicode foi adicionado.
Tags: Stable, Major
Full Unicode support was added.

2010-11-08 21:51
0.46

As regras gramaticais que são aplicadas podem ser opcionalmente seguido por definição pyPEG.print_trace como True. pyPEG produzirá este rastreamento para stderr. Convertendo pyPEG para Python 3.x agora funciona perfeitamente com 2to3.
Tags: 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

Correções de bugs.
Tags: Bugfixes
Bugfixes.

2010-08-09 23:10
0.44

pyPEG agora decora cada objeto pyAST com o nome de arquivo de origem eo número da linha.
Tags: Stable
pyPEG now decorates each pyAST object with source file name and line number.

2010-08-07 15:55
0.43

Dois bugs foram corrigidos: um com memoization, e uma com o recurso de remoção automática comentário.
Tags: Stable, Minor bugfixes
Two bugs were fixed: one with memoization, and one with the auto comment removal feature.

Project Resources