@hackage parsers0.12.12
Parsing combinators
Categories
License
BSD-3-Clause
Maintainer
Edward A. Kmett <ekmett@gmail.com>
Links
Versions
Installation
Tested Compilers
Dependencies (12)
- attoparsec >=0.12.1.4 && <0.15
- base >=4.9 && <5
- binary >=0.7.2 && <1
- charset >=0.3 && <1
- containers >=0.4 && <0.9
- mtl >=2.0.1 && <2.4 Show all…
Dependents (92)
@hackage/aip, @hackage/sv, @hackage/language-gcl, @hackage/lye, @hackage/svfactor, @hackage/avwx, Show all…
Package 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`.
parsers
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