Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrkkrp/parser-combinators
Lightweight package providing commonly useful parser combinators
https://github.com/mrkkrp/parser-combinators
haskell parser-combinators parsing
Last synced: 4 days ago
JSON representation
Lightweight package providing commonly useful parser combinators
- Host: GitHub
- URL: https://github.com/mrkkrp/parser-combinators
- Owner: mrkkrp
- License: other
- Created: 2017-06-13T13:26:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-15T18:26:24.000Z (5 months ago)
- Last Synced: 2024-10-29T22:00:42.376Z (7 days ago)
- Topics: haskell, parser-combinators, parsing
- Language: Haskell
- Size: 171 KB
- Stars: 52
- Watchers: 5
- Forks: 15
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Parser combinators
[![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/parser-combinators.svg?style=flat)](https://hackage.haskell.org/package/parser-combinators)
[![Stackage Nightly](http://stackage.org/package/parser-combinators/badge/nightly)](http://stackage.org/nightly/package/parser-combinators)
[![Stackage LTS](http://stackage.org/package/parser-combinators/badge/lts)](http://stackage.org/lts/package/parser-combinators)
![CI](https://github.com/mrkkrp/parser-combinators/workflows/CI/badge.svg?branch=master)The package provides common parser combinators defined in terms of
`Applicative` and `Alternative` without any dependencies but `base`. There
are also more efficient versions of the combinators defined in terms of
`Monad` and `MonadPlus`.## Contribution
Issues, bugs, and questions may be reported in [the GitHub issue tracker for
this project](https://github.com/mrkkrp/parser-combinators/issues).Pull requests are also welcome.
## License
Copyright © 2017–present Mark Karpov
Distributed under BSD 3 clause license.