Download List

프로젝트 설명

LEPL is a recursive descent parser library written
in Python. It is based on parser combinator
libraries popular in functional programming, but
also exploits Python language features. Operators
provide a friendly syntax, and the consistent use
of generators supports full backtracking and
resource management. Backtracking implies that a
wide variety of grammars are supported; appropriate memoisation ensures that even left-recursive grammars terminate.

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-12-10 10:19 Back to release list
3.3.3

이 릴리스, 오프사이드 파싱 주로 사용자의 피드백을 기반으로 몇 가지 작은 개선 사항이 포함되어있습니다. 문서도 약간 개선되었습니다 지금은 FAQ를 포함합니다.
Tags: Minor
This release includes several small improvements, mainly to the offside parsing, based on user feedback. The documentation has also been improved slightly, and now includes a FAQ.

Project Resources