parser-combinators (original) (raw)

parser-combinators: Lightweight package providing commonly useful parser combinators

Lightweight package providing commonly useful parser combinators.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Flags

Manual Flags

Name Description Default
dev Turn on development settings. Disabled

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

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

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]
Tested with ghc ==8.6.5, ghc ==8.8.4, ghc ==8.10.3
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 75 direct, 687 indirect [details]
Downloads 51953 total (6 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]

License BSD3 Hackage Stackage Nightly Stackage LTS CI

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.