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
| Versions | 0.1, 0.2, 0.2.1, 0.2.2 |
|---|---|
| Dependencies | base (<5), bytestring (≥0.9 & <1.0), QuickCheck (2.*), text (≥0.11.0.1 & <0.12) |
| License | GPL |
| Copyright | (c) 2011 Mario Blazevic |
| Author | Mario Blazevic |
| Maintainer | blamario@yahoo.com |
| Category | Parsing |
| Home page | http://patch-tag.com/r/blamario/incremental-parser/wiki/ |
| Executables | test-incremental-parser |
| Upload date | Tue Mar 22 04:41:03 UTC 2011 |
| Uploaded by | MarioBlazevic |
| Built on | ghc-7.0, ghc-7.2 |
Modules
- Data
- Text
- ParserCombinators
Downloads
- incremental-parser-0.1.tar.gz (Cabal source package)
- package description (included in the package)