appar: A simple applicative parser

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

A simple applicative parser in Parsec style


[Skip to Readme]

Properties

Versions 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.6, 0.1.7, 0.1.8
Change log None available
Dependencies base (>=4 && <5), bytestring [details]
License BSD-3-Clause
Author Kazu Yamamoto <kazu@iij.ad.jp>
Maintainer Kazu Yamamoto <kazu@iij.ad.jp>
Category Parsing
Source repo head: git clone git://github.com/kazu-yamamoto/appar.git
Uploaded by KazuYamamoto at 2018-12-11T05:09:57Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for appar-0.1.6

[back to package description]
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.