https://github.com/mrkkrp/hspec-megaparsec
Utility functions for testing Megaparsec parsers with Hspec
https://github.com/mrkkrp/hspec-megaparsec
haskell hspec megaparsec testing
Last synced: 8 months ago
JSON representation
Utility functions for testing Megaparsec parsers with Hspec
- Host: GitHub
- URL: https://github.com/mrkkrp/hspec-megaparsec
- Owner: mrkkrp
- License: other
- Created: 2016-01-21T13:02:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-01-31T16:11:44.000Z (over 1 year ago)
- Last Synced: 2025-10-12T09:25:21.159Z (9 months ago)
- Topics: haskell, hspec, megaparsec, testing
- Language: Haskell
- Size: 119 KB
- Stars: 17
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Hspec Megaparsec
[](http://opensource.org/licenses/BSD-3-Clause)
[](https://hackage.haskell.org/package/hspec-megaparsec)
[](http://stackage.org/nightly/package/hspec-megaparsec)
[](http://stackage.org/lts/package/hspec-megaparsec)
[](https://github.com/mrkkrp/hspec-megaparsec/actions/workflows/ci.yaml)
The package is the recommended library for testing
[`Megaparsec`](https://hackage.haskell.org/package/megaparsec) parsers with
with [`Hspec`](https://hackage.haskell.org/package/hspec).
Consult the Haddocks for usage, which should be trivial. Also see test suite
of this package or [Megaparsec test
suite](https://github.com/mrkkrp/megaparsec/tree/master/tests).
## Contribution
Issues, bugs, and questions may be reported in [the GitHub issue tracker for
this project](https://github.com/mrkkrp/hspec-megaparsec/issues).
Pull requests are also welcome.
## License
Copyright © 2016–present Mark Karpov
Distributed under BSD 3 clause license.