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: about 2 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 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T12:49:42.000Z (about 1 year ago)
- Last Synced: 2024-05-08T20:24:45.593Z (about 1 year ago)
- Topics: haskell, hspec, megaparsec, testing
- Language: Haskell
- Size: 115 KB
- Stars: 16
- Watchers: 3
- 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)
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.