incremental-parser-0.1: Generic parser library capable of providing partial results from partial input.

The incremental-parser package

This package defines yet another parser library. This one is implemented using the concept of Brzozowski derivatives, tweaked and optimized to work with any monoidal input type. Lists, ByteString, and Text are supported out of the box. If the parser result is also a monoid, the parser can provide it incrementally, before the complete input is parsed.

Properties

Versions0.1, 0.2, 0.2.1, 0.2.2
Dependenciesbase (<5), bytestring (≥0.9 & <1.0), QuickCheck (2.*), text (≥0.11.0.1 & <0.12)
LicenseGPL
Copyright(c) 2011 Mario Blazevic
AuthorMario Blazevic
Maintainerblamario@yahoo.com
CategoryParsing
Home pagehttp://patch-tag.com/r/blamario/incremental-parser/wiki/
Executablestest-incremental-parser
Upload dateTue Mar 22 04:41:03 UTC 2011
Uploaded byMarioBlazevic
Built onghc-7.0, ghc-7.2

Modules

Downloads