@hackage parsley-core2.3.0.0
A fast parser combinator library backed by Typed Template Haskell
Categories
License
BSD-3-Clause
Maintainer
Jamie Willis <j.willis19@imperial.ac.uk>
Links
Versions
Installation
Tested Compilers
Dependencies (15)
- array >=0.5.2 && <0.6
- base >=4.10 && <4.19
- 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 Show all…
Dependents (2)
@hackage/parsley-garnish, @hackage/parsley
Package Flags
full-width-positions
(off by default)
Make line and column numbers 64-bit (on 64-bit platforms): normally they are 32-bits each for line and column.
Parsley Internals
This package contains the internals for the parsley library.
The version policy adheres to the regular Haskell PVP, but the two major versions are distinguished:
the first is the Public API major version, which represents backwards incompatible changes
in the regular PVP sense that effect the parsley package itself and its users; the second version is the
Internal API major version, which would only effect users who use part of the internal parsley
modules. As such, for people that are not explicitly importing anything from Parsley.Internal, or
its submodules, the second major version does not matter: 0.2.0.0 and 0.3.0.0 would be compatible,
for instance.