parsley: A fast parser combinator library backed by Typed Template Haskell
Parsley is a staged selective parser combinator library, which means it does not support monadic operations, and relies on Typed Template Haskell to generate very fast code. Currently there are no error messages but there are plans for this in the works.
Based on the work found in <em>Staged Selective Parser Combinators</em> (Willis et al. 2020)
[Skip to Readme]
Modules
[Index] [Quick Jump]
Downloads
- parsley-1.0.0.1.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.1, 0.1.1.0, 1.0.0.0, 1.0.0.1, 1.0.0.2, 1.0.0.3, 1.0.1.0, 1.0.2.0, 2.0.0.0, 2.0.0.1 |
---|---|
Change log | ChangeLog.md |
Dependencies | base (>=4.10 && <4.16), parsley-core (>=1 && <2), template-haskell (>=2.14 && <3), text (>=1.2.3 && <1.3) [details] |
License | BSD-3-Clause |
Author | Jamie Willis, Parsley Contributors |
Maintainer | Jamie Willis <j.willis19@imperial.ac.uk> |
Revised | Revision 1 made by j_mie6 at 2021-07-14T09:58:32Z |
Category | Parsing |
Home page | https://github.com/j-mie6/ParsleyHaskell/tree/master/parsley |
Bug tracker | https://github.com/j-mie6/ParsleyHaskell/issues |
Source repo | head: git clone https://github.com/j-mie6/ParsleyHaskell |
Uploaded | by j_mie6 at 2021-06-29T09:53:43Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 1558 total (27 in the last 30 days) |
Rating | 2.25 (votes: 2) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2021-06-29 [all 1 reports] |