parsley-core: A fast parser combinator library backed by Typed Template Haskell
This package contains the internals of the parsley
package.
While this library adheres to the Haskell PVP, it additionally
enforces an additional constraint: the version M.I.m.p
represents
a breaking change to the public API M
, a breaking change
to the internal API I
(which will not affect parsley), an addition
to either API m
, and patches or performance improvements p
.
[Skip to Readme]
Modules
[Index] [Quick Jump]
- Parsley
- Parsley.Internal
- Parsley.Internal.Backend
- Parsley.Internal.Backend.CodeGenerator
- Parsley.Internal.Backend.InstructionAnalyser
- Parsley.Internal.Backend.Machine
- Parsley.Internal.Backend.Machine.Defunc
- Parsley.Internal.Backend.Machine.Eval
- Parsley.Internal.Backend.Machine.Identifiers
- Parsley.Internal.Backend.Machine.InputOps
- Parsley.Internal.Backend.Machine.InputRep
- Parsley.Internal.Backend.Machine.Instructions
- Parsley.Internal.Backend.Machine.LetBindings
- Parsley.Internal.Backend.Machine.LetRecBuilder
- Parsley.Internal.Backend.Machine.Ops
- Parsley.Internal.Backend.Machine.State
- Parsley.Internal.Backend.Optimiser
- Parsley.Internal.Common
- Parsley.Internal.Core
- Parsley.Internal.Frontend
- Parsley.Internal.Trace
- Parsley.Internal.Verbose
- Parsley.Internal.Backend
- Parsley.Internal
Downloads
- parsley-core-1.1.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] | 1.0.0.0, 1.0.1.0, 1.0.1.1, 1.1.0.0, 1.2.0.0, 1.2.0.1, 1.3.0.0, 1.4.0.0, 1.5.0.0, 1.6.0.0, 1.7.0.0, 1.7.1.0, 1.7.1.1, 1.7.2.0, 1.8.0.0, 2.0.0.0, 2.1.0.0, 2.1.0.1, 2.2.0.0, 2.2.0.1, 2.3.0.0 |
---|---|
Change log | ChangeLog.md |
Dependencies | array (>=0.5.2 && <0.6), base (>=4.10 && <4.16), bytestring (>=0.10.8 && <0.12), containers (>=0.6 && <0.7), dependent-map (>=0.4.0 && <0.5), dependent-sum (>=0.7.1 && <0.8), ghc-prim (>=0.5.3 && <1), hashable (>=1.2.7.0 && <1.4), mtl (>=2.2.1 && <2.3), pretty-terminal (>=0.1.0 && <0.2), template-haskell (>=2.14 && <3), text (>=1.2.3 && <1.3), unordered-containers (>=0.2.13 && <0.3) [details] |
Tested with | ghc ==8.6.1, ghc ==8.6.2, ghc ==8.6.3, ghc ==8.6.4, ghc ==8.6.5, ghc ==8.8.1, ghc ==8.8.2, ghc ==8.8.3, ghc ==8.8.4, ghc ==8.10.4, ghc ==8.10.5, ghc ==9.0.1 |
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:59:23Z |
Category | Parsing |
Home page | https://github.com/j-mie6/ParsleyHaskell/tree/master/parsley-core |
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-07-01T10:55:31Z |
Distributions | |
Reverse Dependencies | 2 direct, 0 indirect [details] |
Downloads | 3249 total (2 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-07-01 [all 1 reports] |