Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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-04-25 03:35 Zurück zur Release-Liste
4.1

Dieses Release behebt ein Problem mit Nötigung Saiten Literal Matchern. Das war eine ernste, aber anscheinend selten, Bug, Fehler verursachen könnte, wenn die Optimierung Parser (auch mit der Default-Konfiguration).
Tags: Major bugfixes
This release fixes an issue with coercing strings to Literal matchers. This was a serious, but apparently rare, bug that could cause errors when optimizing parsers (even with the default configuration).

Project Resources