Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T12:49:42.000Z (10 months ago)
- Last Synced: 2024-05-08T20:24:45.593Z (8 months 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
[![License BSD3](https://img.shields.io/badge/license-BSD3-brightgreen.svg)](http://opensource.org/licenses/BSD-3-Clause)
[![Hackage](https://img.shields.io/hackage/v/hspec-megaparsec.svg?style=flat)](https://hackage.haskell.org/package/hspec-megaparsec)
[![Stackage Nightly](http://stackage.org/package/hspec-megaparsec/badge/nightly)](http://stackage.org/nightly/package/hspec-megaparsec)
[![Stackage LTS](http://stackage.org/package/hspec-megaparsec/badge/lts)](http://stackage.org/lts/package/hspec-megaparsec)
![CI](https://github.com/mrkkrp/hspec-megaparsec/workflows/CI/badge.svg?branch=master)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.