parser-combinators

Lightweight package providing commonly useful parser combinators

https://github.com/mrkkrp/parser-combinators

Version on this page:0.2.0
LTS Haskell 22.13:1.3.0@rev:1
Stackage Nightly 2024-03-14:1.3.0@rev:1
Latest on Hackage:1.3.0@rev:1

See all snapshots parser-combinators appears in

BSD-3-Clause licensed and maintained by Mark Karpov
This version can be pinned in stack with:parser-combinators-0.2.0@sha256:fb20ba9cc11a2d3541a58908fe76cb4a1e1d58fcabeabb91b1dc73b18468e505,1479

Module documentation for 0.2.0

Depends on 1 package(full list with versions):
Used by 1 package in nightly-2017-10-28(full list with versions):

Parser combinators

License BSD3 Hackage Stackage Nightly Stackage LTS Build Status

The package provides common parser combinators defined in terms of Applicative and Alternative without any dependencies but base. Test suite and benchmarks can be found in the Megaparsec repo.

Contribution

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

Pull requests are also welcome and will be reviewed quickly.

License

Copyright © 2017 Mark Karpov

Distributed under BSD 3 clause license.

Changes

Parser combinators 0.2.0

  • Added Control.Applicative.Combinators.NonEmpty module that exports non-empty list versions of combinators that cannot return empty lists.

  • Added Control.Applicative.Permutations module that provides generalized permutation parser combinators.

Parser combinators 0.1.0

  • Initial release.