This library provides convenient combinators for working with and building parsing combinator libraries. Given a few simple instances, e.g. for the class Text.Parser.Combinators.Parsing in Text.Parser.Combinators.Parsing you get access to a large number of canned definitions. Instances exist for the parsers provided by parsec, attoparsec and base’s Text.Read.


Keywords
library, parsing, text, Propose Tags, Text.Parser.Combinators.Parsing, Text.Read, Skip to Readme, , Index, Quick Jump, Text.Parser.Char, Text.Parser.Combinators, Text.Parser.Expression, Text.Parser.LookAhead, Text.Parser.Permutation, Text.Parser.Token, Text.Parser.Token.Highlight, Text.Parser.Token.Style, More info, parsers-0.12.11.tar.gz, browse, Package description, revised, metadata revisions, Package maintainers, EdwardKmett, EricMertens, ryanglscott, edit package information , 0.12.6
License
BSD-3-Clause
Install
cabal install parsers-0.12.11

Documentation

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