The latest version of uu-parsinglib is 2.9.2-0.

uu-parsinglib

Version 2.5.5.1 revision 0 uploaded by DoaitseSwierstra.

Package meta

Synopsis
Online, error-correcting parser combinators; monadic and applicative interfaces
Description

New version of the Utrecht University parser combinator library, which provides online, error correction, annotation free, applicative style parser combinators. In addition to this we do provide a monadic interface. Parsers do analyse themselves to avoid commonly made errors. A recent addition was the combinator pMerge and associates which generalises merging and permuting parsers.

The module Text.ParserCombinators.UU.Examples contains a ready-made main function, which can be called to see e.g. the error correction at work. It contains haddock documentation; try all the small tests for yourself to see the correction process at work, and to get a feeling for how to use the various combinators.

The file Text.ParserCombinators.UU.Changelog contains a log of the most recent changes and additions

The file Text.ParserCombinators.UU.README contains some references to background information

We maintain a low frequency mailing for discussing the package. You can subscribe at: https://mail.cs.uu.nl/mailman/listinfo/parsing

Author
Doaitse Swierstra, Utrecht University
Bug reports
mailto:doaitse@swierstra.net
Category
Parsing Text
Copyright
S Doaitse Swierstra
Homepage
http://www.cs.uu.nl/wiki/bin/view/HUT/ParserCombinators
Maintainer
Doaitse Swierstra
Package URL
n/a
Stability
stable, but evolving

Components