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 |
|---|---|
| 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 | Sat Dec 31 16:19:54 UTC 2011 |
| Uploaded by | MarioBlazevic |
| Built on | ghc-7.2, ghc-7.4 |
Modules
Downloads
- incremental-parser-0.2.tar.gz (Cabal source package)
- package description (included in the package)