incremental-parser: Generic parser library capable of providing partial results from partial input.
This package defines yet another parser combinator 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, as well as any other data type for which the monoid-subclasses package defines instances. If the parser result is also a monoid, its chunks can be extracted incrementally, before the complete input is parsed.
[Skip to Readme]
Downloads
- incremental-parser-0.5.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1, 0.2, 0.2.1, 0.2.2, 0.2.3, 0.2.3.1, 0.2.3.2, 0.2.3.3, 0.2.3.4, 0.2.4, 0.2.4.1, 0.2.5, 0.2.5.1, 0.2.5.2, 0.2.5.3, 0.2.5.4, 0.3, 0.3.1, 0.3.1.1, 0.3.2, 0.3.2.1, 0.3.2.2, 0.3.3, 0.4, 0.4.0.1, 0.4.0.2, 0.5, 0.5.0.1, 0.5.0.2, 0.5.0.3, 0.5.0.4, 0.5.0.5, 0.5.1 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.9 && <5), input-parsers (<0.4), logict (>=0.6 && <0.9), monoid-subclasses (<1.3), parsers (<0.13), rank2classes (>=1.0 && <1.6), transformers (>=0.5 && <0.7) [details] |
Tested with | ghc >=0 |
License | GPL-3.0-only |
Copyright | (c) 2011-2023 Mario Blazevic |
Author | Mario Blazevic |
Maintainer | blamario@yahoo.com |
Category | Parsing |
Home page | https://github.com/blamario/incremental-parser |
Source repo | head: git clone https://github.com/blamario/incremental-parser |
Uploaded | by MarioBlazevic at 2023-12-19T15:36:12Z |
Distributions | Arch:0.5.1, Debian:0.4.0.2, LTSHaskell:0.5.1, NixOS:0.5.1, Stackage:0.5.1 |
Reverse Dependencies | 5 direct, 10 indirect [details] |
Downloads | 20766 total (158 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2023-12-19 [all 1 reports] |