mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
6 lines
346 B
Plaintext
6 lines
346 B
Plaintext
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.
|