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

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

Awesome Lists containing this project

README

          

# A minimal monadic parser and tutorial in Haskell

[![Build Status](https://travis-ci.org/michaeljklein/parser-tutorial.png)](https://travis-ci.org/michaeljklein/parser-tutorial)

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/79748fc79eac48ad9b5d3b9af7a57d09)](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.