paripari: Parser combinators with fast-path and slower fallback for error reporting
PariPari offers two parsing strategies. There is a fast Acceptor and a slower Reporter which are evaluated in parallel. If the Acceptor fails, the Reporter returns a report about the parsing errors. Like Attoparsec, the parser combinators backtrack by default.
Modules
[Index] [Quick Jump]
Downloads
- paripari-0.6.0.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0, 0.2.0.0, 0.2.1.0, 0.3.0.0, 0.4.0.0, 0.5.0.0, 0.6.0.0, 0.6.0.1, 0.7.0.0 |
---|---|
Dependencies | base (>=4.8 && <5), bytestring (>=0.10 && <0.11), paripari, parser-combinators (>=1.0 && <1.2), text (>=0.11 && <1.3) [details] |
Tested with | ghc ==8.0.1, ghc ==8.2.1, ghc ==8.4.3, ghc ==8.6.1 |
License | MIT |
Copyright | 2018 Daniel Mendler |
Author | Daniel Mendler <mail@daniel-mendler.de> |
Maintainer | Daniel Mendler <mail@daniel-mendler.de> |
Revised | Revision 2 made by minad at 2019-06-13T15:27:58Z |
Category | Text |
Home page | https://github.com/minad/paripari#readme |
Bug tracker | https://github.com/minad/paripari/issues |
Source repo | head: git clone https://github.com/minad/paripari |
Uploaded | by minad at 2018-10-08T10:55:00Z |
Distributions | |
Executables | paripari-specialise-all, paripari-example |
Downloads | 4261 total (5 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2018-10-08 [all 1 reports] |