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: 2 months 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-31T15:20:47.000Z (4 months ago)
- Last Synced: 2025-03-20T20:29:52.029Z (3 months ago)
- Topics: haskell, parser-combinators, parsing
- Language: Haskell
- Size: 174 KB
- Stars: 54
- 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
[](http://opensource.org/licenses/BSD-3-Clause)
[](https://hackage.haskell.org/package/parser-combinators)
[](http://stackage.org/nightly/package/parser-combinators)
[](http://stackage.org/lts/package/parser-combinators)
[](https://github.com/mrkkrp/parser-combinators/actions/workflows/ci.yaml)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.