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]

Modules

[Index]

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.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.6 && <5), hspec-expectations (>=0.5), megaparsec (>=4.2 && <5.0) [details]
License BSD-3-Clause
Author Mark Karpov <markkarpov@opmbx.org>
Maintainer Mark Karpov <markkarpov@opmbx.org>
Revised Revision 1 made by mrkkrp at 2016-05-14T10:57:36Z
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 2016-01-24T17:03:02Z
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 12466 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 2016-01-24 [all 1 reports]

Readme for hspec-megaparsec-0.1.0

[back to package description]

Hspec Megaparsec

License BSD3 Hackage Stackage Nightly Build Status Coverage Status

The package provides utilities for testing Megaparsec parsers with with Hspec.

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

License

Copyright © 2016 Mark Karpov

Distributed under BSD 3 clause license.