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-06-01 16:03 Zurück zur Release-Liste
4.2.3

Fixes wurden LineAwareAlphabet, die die Verwendung von Tokens innerhalb Matchern zu verbessern, wenn Sie Abseitsposition Parsen. Ein neues Beispiel für das Parsen Abseitsposition hat die Dokumentation aufgenommen worden.
Tags: Minor bugfixes
Fixes were made to LineAwareAlphabet, which improve the use of matchers within tokens when using offside parsing. A new example of offside parsing has been added to the documentation.

Project Resources