RSS 2 projects tagged "Parser"

Download Website Updated 21 Mar 2011 LEPL

Screenshot
Pop 118.14
Vit 7.95

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.

No download Website Updated 29 Jun 2010 RXPY

Screenshot
Pop 30.30
Vit 1.00

RXPY is a pure-Python regular expression library, compatible with the re package. RXPY can be used as a test-bed for new matching algorithms, since the parser and compatibility components are reusable.

Screenshot

Project Spotlight

listen2fritz

A program to notify you about calls on a FRITZ!Box via Dreambox or IM.

Screenshot

Project Spotlight

SymmetricDS

Database replication/synchronization software.