The latest version of parsers is 0.12.12-0.
parsers
Version 0.12.11 revision 3 uploaded by ryanglscott.
Package meta
- Synopsis
- Parsing combinators
- Description
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.- Author
- Edward A. Kmett
- Bug reports
- http://github.com/ekmett/parsers/issues
- Category
- Text, Parsing
- Copyright
- Copyright (C) 2010-2013 Edward A. Kmett
- Homepage
- http://github.com/ekmett/parsers/
- Maintainer
- Edward A. Kmett <ekmett@gmail.com>
- Package URL
- n/a
- Stability
- experimental