https://github.com/michaeljklein/parser-tutorial
A tutorial on monadic parsing in Haskell
https://github.com/michaeljklein/parser-tutorial
haskell parser-combinators tutorial
Last synced: 10 months ago
JSON representation
A tutorial on monadic parsing in Haskell
- Host: GitHub
- URL: https://github.com/michaeljklein/parser-tutorial
- Owner: michaeljklein
- License: bsd-3-clause
- Created: 2017-02-14T23:09:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-20T21:28:36.000Z (about 8 years ago)
- Last Synced: 2025-02-06T05:32:39.414Z (12 months ago)
- Topics: haskell, parser-combinators, tutorial
- Language: Haskell
- Homepage: https://michaeljklein.github.io/parser-tutorial/
- Size: 4.99 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A minimal monadic parser and tutorial in Haskell
[](https://travis-ci.org/michaeljklein/parser-tutorial)
[](https://www.codacy.com/app/michaeljklein/parser-tutorial?utm_source=github.com&utm_medium=referral&utm_content=michaeljklein/parser-tutorial&utm_campaign=Badge_Grade)
The pages site [here](https://michaeljklein.github.io/parser-tutorial/) contains a Haddock-generated tutorial/documentation for this mini parsing library.
Not all tests are passing, so there are some errors, but it's pretty close to functional.