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.

2009-05-01 00:30
0.29

Um bug com o manuseio automático comentário foi corrigido.
A bug with automatic comment handling was fixed.

2009-02-01 17:03
0.27

Outro erro na contagem do número da linha foi corrigido.
Tags: Minor bugfixes
Another bug in line number counting was fixed.

2009-02-01 17:03
0.26

Um problema com mostrar números de linha para erros de sintaxe foi corrigido.
Tags: Minor bugfixes
A problem with showing line numbers for syntax
errors was fixed.

2009-02-01 03:35
0.25

pyPEG agora é thread-safe.
Tags: Minor feature enhancements
pyPEG now is thread-safe.

2009-01-29 23:04
0.24

pyPEG agora opcionalmente gera as posições dos símbolos analisado no texto-fonte para a pyAST gerada, para que possa, por exemplo, números de linha em avisos e erros no seu back-end para além dos números de linha de erros de sintaxe que pyPEG cria.
Tags: Minor feature enhancements
pyPEG now optionally generates the positions of
the parsed symbols in the source text into the
generated pyAST, so you can, for example, have
line numbers in warnings and errors in your
backend in addition to the line numbers of syntax
errors that pyPEG creates.

Project Resources