https://github.com/haskell-github-trust/megaparsec-utils
Megaparsec utilities.
https://github.com/haskell-github-trust/megaparsec-utils
Last synced: 6 days ago
JSON representation
Megaparsec utilities.
- Host: GitHub
- URL: https://github.com/haskell-github-trust/megaparsec-utils
- Owner: haskell-github-trust
- License: gpl-3.0
- Created: 2025-07-27T23:14:20.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-08-07T20:42:10.000Z (6 months ago)
- Last Synced: 2025-08-07T20:58:29.484Z (6 months ago)
- Language: Haskell
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# megaparsec-utils
Utilities to use on top of the
[Megaparsec](https://hackage.haskell.org/package/megaparsec) library.
# Running tests
Make sure your build passes tests using [Stack](https://docs.haskellstack.org/en/stable/).
# Contributing
This repository uses [Conventional
Commits](https://www.conventionalcommits.org/en/v1.0.0/) to generate versions
with [Semantic Release](https://github.com/semantic-release/semantic-release),
so make sure your commits are compliant. Pull requests are rebased, not
squashed, so make sure your commits make sense as well.
It is preferrable that you format code using
[fourmolu](https://github.com/fourmolu/fourmolu), a configuration is available
at the root of the repository.