freebsd-ports/textproc/hs-polyparse/pkg-descr
Gabor Pali 0ec318b20e - Update to 1.8
Obtained from:	FreeBSD Haskell
2012-06-03 22:33:57 +00:00

7 lines
396 B
Text

A variety of alternative parser combinator libraries, including the original
HuttonMeijer set. The Poly sets have features like good error reporting,
arbitrary token type, running state, lazy parsing, and so on. Finally,
Text.Parse is a proposed replacement for the standard Read class, for
better deserialisation of Haskell values from Strings.
WWW: http://code.haskell.org/~malcolm/polyparse/