@hackage parsec31.0.0.0
Monadic parser combinators
Categories
License
BSD-3-Clause
Maintainer
Christian Maeder <Christian.Maeder@dfki.de>
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (4)
- base >=4 && <5
- bytestring
- mtl
- syb Show all…
Dependents (11)
@hackage/simple-config, @hackage/aws-sdk, @hackage/haskelzinc, @hackage/parsec3-numbers, @hackage/acme-everything, @hackage/language-dot, Show all…
Parsec is designed from scratch as an industrial-strength parser library. It is simple, safe, well documented (on the package homepage), has extensive libraries and good error messages, and is also fast. It is defined as a monad transformer that can be stacked on arbitrary monads, and it is also parametric in the input stream type.
This package comes without the compatibility layer for parsec2.