summaryrefslogtreecommitdiff
path: root/textproc/hs-polyparse/pkg-descr
blob: 9677bdd925dab917d6ea920b11a5a750e6ca5c6c (plain) (blame)
1
2
3
4
5
6
7
8
A variety of alternative parser combinator libraries for the functional
programming language Haskell, 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://www.cs.york.ac.uk/fp/polyparse/