An open API service indexing awesome lists of open source software.

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.

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.