RSS 3 projects tagged "Utilities"

Download Website Updated 21 Mar 2011 LEPL

Screenshot
Pop 118.71
Vit 7.96

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 07 Sep 2010 bgz

Screenshot
Pop 39.43
Vit 1.53

bgz is a console based issue tracker that uses the file system for storing its data, making it suitable for inclusion in a DVCS. This allows you to keep the project issues versioned with the source.

No download Website Updated 29 Jun 2010 RXPY

Screenshot
Pop 30.50
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

LibGit2Sharp

A combination of Git and .Net/Mono.

Screenshot

Project Spotlight

pf-kernel

A Linux kernel fork with new features.