Skip to content

Archimidis/monadic-parsers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monadic Parser

This repository holds the implementation of the parsers as decsribed in the paper Monadic Parser Combinators by Graham Hutton and Erik Meijer. A lot of things in the paper are implemented with monad comprejensions. At the moment of writting I didn't know how to do that in Haskell and so I wrote it using bind explicitly. Also, the parsers in the paper are in Gofer which is quite close to Haskell.

In order to build the project you will need to install Stack.

About

Implementation of the parsers found in the Monadic Parser Combinators paper.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published