parser-combinators: Lightweight package providing commonly useful parser combinators

[ bsd3, library, parsing ] [ Propose Tags ] [ Report a vulnerability ]

Lightweight package providing commonly useful parser combinators.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
dev

Turn on development settings.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.2.0, 0.2.1, 0.3.0, 0.4.0, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.1.0, 1.2.0, 1.2.1, 1.3.0, 1.3.1
Change log CHANGELOG.md
Dependencies base (>=4.15 && <5) [details]
Tested with ghc ==9.8.4, ghc ==9.10.3, ghc ==9.12.1
License BSD-3-Clause
Author Mark Karpov <markkarpov92@gmail.com> Alex Washburn <github@recursion.ninja>
Maintainer Mark Karpov <markkarpov92@gmail.com>
Uploaded by mrkkrp at 2026-01-05T21:32:31Z
Category Parsing
Home page https://github.com/mrkkrp/parser-combinators
Bug tracker https://github.com/mrkkrp/parser-combinators/issues
Source repo head: git clone https://github.com/mrkkrp/parser-combinators.git
Distributions Arch:1.3.0, Debian:1.2.1, Fedora:1.3.0, LTSHaskell:1.3.1, NixOS:1.3.0, Stackage:1.3.1, openSUSE:1.3.0
Reverse Dependencies 80 direct, 985 indirect [details]
Downloads 52239 total (61 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2026-01-05 [all 1 reports]

Readme for parser-combinators-1.3.1

[back to package description]

Parser combinators

License BSD3 Hackage Stackage Nightly Stackage LTS CI

The package provides common parser combinators defined in terms of Applicative and Alternative without any dependencies but base. There are also more efficient versions of the combinators defined in terms of Monad and MonadPlus.

Contribution

Issues, bugs, and questions may be reported in the GitHub issue tracker for this project.

Pull requests are also welcome.

License

Copyright © 2017–present Mark Karpov

Distributed under BSD 3 clause license.