pkgsrc/textproc/hs-polyparse/DESCR
szptvlfn 3baa09422e Import polyparse-1.9 as textproc/hs-polyparse,
packaged for wip.

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.
2014-05-29 22:08:37 +00:00

5 lines
346 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.