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-05-01 00:30
0.29

자동 코멘트 처리 버그가 수정되었습니다.
A bug with automatic comment handling was fixed.

2009-02-01 17:03
0.27

줄 수를 계산에 또 다른 버그가 수정되었습니다.
Tags: Minor bugfixes
Another bug in line number counting was fixed.

2009-02-01 17:03
0.26

구문 오류에 대한 줄 번호 표시와 함께 문제를 해결했다.
Tags: Minor bugfixes
A problem with showing line numbers for syntax
errors was fixed.

2009-02-01 03:35
0.25

pyPEG 지금은 thread - safe입니다.
Tags: Minor feature enhancements
pyPEG now is thread-safe.

2009-01-29 23:04
0.24

지금은 선택 pyPEG pyAST 생성에, 예를 들어, 경고 및 pyPEG가 생성 구문 오류 줄 번호뿐만 아니라 귀하의 백 - 엔드 라인에 오류 번호가 할 수 있도록 소스 텍스트를 구문 분석 기호의 위치를 생성합니다.
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