parser-combinators: Lightweight package providing commonly useful parser combinators

[ bsd3, library, parsing ] [ Propose Tags ]

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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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
Change log CHANGELOG.md
Dependencies base (>=4.12 && <5) [details]
License BSD-3-Clause
Author Mark Karpov <markkarpov92@gmail.com> Alex Washburn <github@recursion.ninja>
Maintainer Mark Karpov <markkarpov92@gmail.com>
Revised Revision 1 made by mrkkrp at 2023-10-22T13:25:29Z
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
Uploaded by mrkkrp at 2021-02-06T20:12:26Z
Distributions Arch:1.3.0, Debian:1.2.1, Fedora:1.3.0, LTSHaskell:1.3.0, NixOS:1.3.0, Stackage:1.3.0, openSUSE:1.3.0
Reverse Dependencies 70 direct, 637 indirect [details]
Downloads 48900 total (255 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-02-06 [all 1 reports]

Readme for parser-combinators-1.3.0

[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.