picoparsec: Fast combinator parsing for bytestrings and text

[ bsd3, library, parsing, text ] [ Propose Tags ]

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


[Skip to Readme]

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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.1.1, 0.1.2, 0.1.2.1, 0.1.2.2, 0.1.2.3
Change log changelog.md
Dependencies array, base (>=4.2 && <4.11), 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>
Revised Revision 1 made by HerbertValerioRiedel at 2019-05-31T14:25:25Z
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-08-13T03:51:41Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4742 total (19 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-08-13 [all 1 reports]

Readme for picoparsec-0.1.2.3

[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:

  • hg clone https://bitbucket.org/blamario/picoparsec

Authors

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