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

이 bugfix 릴리스입니다.
This is a bugfix release.

2009-05-02 17:37
0.30

skipWS = False로와 버그가 수정되었습니다.
A bug with skipWS=False was fixed.

Project Resources