picoparsec: Fast combinator parsing for bytestrings and text

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]

Warnings:

A fast and flexible parser combinator library, accepting any input type that is an instance of an appropriate monoid subclass.


[Skip to Readme]

Properties

Versions 0.1, 0.1.1, 0.1.2, 0.1.2, 0.1.2.1, 0.1.2.2, 0.1.2.3
Change log changelog.md
Dependencies array, base (>=4.2 && <5), bytestring, containers, deepseq, monoid-subclasses (>=0.4 && <0.5), scientific (>=0.3.1 && <0.4), text (>=1.1.1.3) [details]
License BSD-3-Clause
Author Mario Blažević <blamario@yahoo.com>
Maintainer Mario Blažević <blamario@yahoo.com>
Category Text, Parsing
Home page https://bitbucket.org/blamario/picoparsec
Bug tracker https://bitbucket.org/blamario/picoparsec/issues
Source repo head: hg clone https://bitbucket.org/blamario/picoparsec
Uploaded by MarioBlazevic at 2015-03-22T03:00:36Z

Modules

[Index]

Flags

Manual Flags

NameDescriptionDefault
developer

Whether to build the library in development mode

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for picoparsec-0.1.2

[back to package description]

Welcome to picoparsec

Picoparsec is a fast and flexible parser combinator library, accepting any input type that is an instance of an appropriate monoid subclass.

Join in!

I'm happy to receive bug reports, fixes, documentation enhancements, and other improvements.

Please report bugs via the Mercurial repository:

Authors

This library is a fork of attoparsec written and maintained by Bryan O'Sullivan, bos@serpentine.com.