parcom-lib: A simple parser-combinator library, a bit like Parsec but without the frills
Parcom provides parser combinator functionality in a string-type-agnostic way; it supports strict ByteStrings (with Word8 tokens) and any list type (with the element type as the token type) out-of-the-box, including plain old String. Any other stream-of-tokens type can be hooked into the library; unlike Parsec, none of the built-in parsers assumes char-like tokens.
Modules
[Index]
Downloads
- parcom-lib-0.8.0.3.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0, 0.2.0.0, 0.3.0.1, 0.4.0.0, 0.4.0.1, 0.5.0.0, 0.6.0.0, 0.7.0.0, 0.8.0.1, 0.8.0.2, 0.8.0.3 |
---|---|
Dependencies | base (>=4.5 && <5.0), bytestring (>=0.9 && <2.0), containers (>=0.4), mtl (>=2.1), text (>=0.11 && <2.0), transformers (>=0.3 && <2.0), utf8-string (>=0.3), word8 [details] |
License | BSD-3-Clause |
Author | Tobias Dammers |
Maintainer | tdammers@gmail.com |
Category | Text |
Home page | https://bitbucket.org/tdammers/parcom-lib |
Uploaded | by TobiasDammers at 2015-07-08T21:07:57Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 7369 total (27 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2015-07-08 [all 1 reports] |