Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kazu-yamamoto/appar

A simple applicative parser in Parsec style
https://github.com/kazu-yamamoto/appar

Last synced: 17 days ago
JSON representation

A simple applicative parser in Parsec style

Awesome Lists containing this project

README

        

This is subset of Parsec.

Parsec 3 provides features which Parsec 2 does not provide:
- Applicative style
- ByteString as input

But Haskell Platform includes Parsec 2, not Parsec 3. Installing
Parsec 3 to Haskell Platform environment makes it mess. So, I have
implemented this.