parser-combinators (original) (raw)
Maintained by Mark Karpov
This version can be pinned in stack with:parser-combinators-1.3.0@sha256:8659573e0d443d573f5b53f81b81dafbdc988d282b90c11e3da73562b4ea7876,1640
Module documentation for 1.3.0
- Control
Used by 15 packages in nightly-2025-05-11(full list with versions):
domain, egison-pattern-src, graphql, headed-megaparsec, hedn, hledger-lib, lsp-test, megaparsec, mmark, postgresql-syntax, replace-megaparsec, skeletest, tomland, toml-reader, versions
Parser combinators
The package provides common parser combinators defined in terms ofApplicative
and Alternative
without any dependencies but base
. There are also more efficient versions of the combinators defined in terms ofMonad
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.