Summary
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".
Versions
v0.12.10 :: 0/0.12.10 :: gentoo
- Modified
- License
- BSD
- Keywords
- ~amd64 ~x86
- USE flags
- attoparsec doc hscolour parsec profile test
USE flags
General
- attoparsec
- Enable the use of the `attoparsec` package
- doc
- Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
- hscolour
- Include coloured haskell sources to generated documentation (dev-haskell/hscolour)
- parsec
- Enable the use of the `parsec` package
- profile
- Add support for software performance analysis (will likely vary from ebuild to ebuild)
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
Dependencies
dev-haskell / attoparsec : Fast combinator parsing for bytestrings and text
dev-haskell / base-orphans : Backwards-compatible orphan instances for base
dev-haskell / cabal : A framework for packaging Haskell software
dev-haskell / charset : Fast unicode character sets based on complemented PATRICIA tries
dev-haskell / hscolour : Colourise Haskell code
dev-haskell / mtl : Monad classes, using functional dependencies
dev-haskell / parsec : Monadic parser combinators
dev-haskell / quickcheck : Automatic testing of Haskell programs
dev-haskell / quickcheck-instances : Common quickcheck instances
dev-haskell / scientific : Numbers represented using scientific notation
dev-haskell / semigroups : Anything that associates
dev-haskell / text : An efficient packed Unicode text type
dev-haskell / unordered-containers : Efficient hashing-based container types
Runtime Dependencies
dev-haskell / attoparsec : Fast combinator parsing for bytestrings and text
dev-haskell / base-orphans : Backwards-compatible orphan instances for base
dev-haskell / charset : Fast unicode character sets based on complemented PATRICIA tries
dev-haskell / mtl : Monad classes, using functional dependencies
dev-haskell / parsec : Monadic parser combinators
dev-haskell / scientific : Numbers represented using scientific notation
dev-haskell / semigroups : Anything that associates
dev-haskell / text : An efficient packed Unicode text type
dev-haskell / unordered-containers : Efficient hashing-based container types
Depending packages
dev-haskell / tree-diff : Diffing of (expression) trees
dev-haskell / trifecta : A modern parser combinator library with convenient diagnostics
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Jack Todaro · gentoo
dev-haskell/parsers: add package
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Jack Todaro <solpeth@posteo.org> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>