mchav / appar

A simple applicative parser in Parsec style

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A simple applicative parser in Parsec style

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%