About

Metadata

  • Last updated , by ryanglscott
  • License BSD-3-Clause
  • Categories Parsers, Text Processing
  • Maintained by: Edward A. Kmett <ekmett@gmail.com>

  • Lottery factor: 3

Links

Installation

Tested Compilers

  1. 9.10.1
  2. 9.8.2
  3. 9.6.6
  4. 9.4.8
  5. 9.2.8
  6. 9.0.2
  7. 8.10.7
  8. 8.8.4
  9. 8.6.5
  10. 8.4.4
  11. 8.2.2
  12. 8.0.2

Package Flags

Use the -f option with cabal commands to enable flags

    binary (on by default)

    You can disable the use of the binary package using `-f-binary`.

    parsec (on by default)

    You can disable the use of the parsec package using `-f-parsec`.

    attoparsec (on by default)

    You can disable the use of the attoparsec package using `-f-attoparsec`.

Readme

parsers

Hackage Build Status

Goals

This library provides convenient combinators for working with and building parsing combinator libraries.

Given a few simple instances, you get access to a large number of canned definitions.

Contact Information

Contributions and bug reports are welcome!

Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.

-Edward Kmett