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.
Warnings:
- 'ghc-options: -Werror' makes the package easy to break with future GHC versions because new GHC versions often add new warnings.
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
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
Name | Description | Default |
---|---|---|
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
- picoparsec-0.1.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees