@hackage gigaparsec0.3.1.0
Refreshed parsec-style library for compatibility with Scala parsley
Categories
License
BSD-3-Clause
Maintainer
j.willis19@imperial.ac.uk
Links
Versions
Installation
Dependencies (6)
- base >=4.14 && <5
- containers >=0.6 && <0.7
- pretty-terminal >=0.1.0 && <0.2
- rt >=0.1 && <0.2
- selective >=0.6 && <0.8
- template-haskell >=2.16 && <3 Show all…
Dependents (1)
@hackage/mmzk-env
This is a monadic parser combinator designed to be easy to use,
especially for beginners, and have API parity with the
parsley library. It supports
design patterns introduced in Design Patterns for Parser Combinators.