Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 695 Bytes

readme.md

File metadata and controls

28 lines (18 loc) · 695 Bytes

Monadic Parsers Combinatos library based on Extensible Effects and Monoid Subclasses

Disclaimer: This is not a production-ready code in any sense. Use it at you own risk (probably better don't)

Development

To build this project you need to have haskell stack installed.

To build just run:

stack build

To test:

stack test

Reference

Based on works:

  1. Monadic Parser Combinators // Graham Hutton, Erik Meijer – Department of Computer Science, University of Nottingham, 1996
  2. Extensible Effects An Alternative to Monad Transformers // Oleg Kiselyov, Amr Sabry, Cameron Swords – Indiana University, USA