hspec-megaparsec: Utility functions for testing Megaparsec parsers with Hspec

[ bsd3, library, parsing, testing ] [ Propose Tags ]

Utility functions for testing Megaparsec parsers with Hspec.


[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.1.1, 0.2.0, 0.2.1, 0.3.0, 0.3.1, 1.0.0, 1.1.0, 2.0.0, 2.0.1, 2.1.0, 2.2.0, 2.2.1
Change log CHANGELOG.md
Dependencies base (>=4.7 && <5.0), containers (>=0.5 && <0.6), hspec-expectations (>=0.8 && <0.9), megaparsec (>=6.0 && <7.0), semigroups (>=0.18 && <0.19), tagged (>=0.8 && <0.9) [details]
License BSD-3-Clause
Author Mark Karpov <markkarpov92@gmail.com>
Maintainer Mark Karpov <markkarpov92@gmail.com>
Category Testing, Parsing
Home page https://github.com/mrkkrp/hspec-megaparsec
Bug tracker https://github.com/mrkkrp/hspec-megaparsec/issues
Source repo head: git clone https://github.com/mrkkrp/hspec-megaparsec.git
Uploaded by mrkkrp at 2018-07-24T07:55:43Z
Distributions Arch:2.2.0, Fedora:2.2.0, LTSHaskell:2.2.1, NixOS:2.2.1, Stackage:2.2.1
Reverse Dependencies 4 direct, 0 indirect [details]
Downloads 12538 total (94 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-07-24 [all 1 reports]

Readme for hspec-megaparsec-1.1.0

[back to package description]

Hspec Megaparsec

License BSD3 Hackage Stackage Nightly Stackage LTS Build Status

The package is the recommended library for testing Megaparsec parsers with with Hspec. As of Megaparsec 5.1.0, its test suite is re-written with Hspec and this package with a few ad-hoc helpers.

Consult the Haddocks for usage, which should be trivial. Also see test suite of this package or Megaparsec test suite.

License

Copyright © 2016–2018 Mark Karpov

Distributed under BSD 3 clause license.