The polyparse package
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.
Properties
| Versions | 1.0, 1.1, 1.2, 1.3, 1.4, 1.4.1, 1.5, 1.6, 1.7 |
|---|---|
| Dependencies | base, haskell98 |
| License | LGPL |
| Author | Malcolm Wallace <Malcolm.Wallace@cs.york.ac.uk> |
| Maintainer | author |
| Category | Text, Parsing |
| Home page | http://www.cs.york.ac.uk/fp/polyparse/ |
| Upload date | Tue Oct 23 10:39:49 UTC 2007 |
| Uploaded by | MalcolmWallace |
| Built on | ghc-6.10, ghc-6.12, ghc-6.8 |
| Distributions | NixOS: 1.7, Debian: 1.7, FreeBSD: 1.6 |
Modules
- Text
- Text.Parse
- ParserCombinators
- Text.ParserCombinators.HuttonMeijer
- Text.ParserCombinators.HuttonMeijerWallace
- Text.ParserCombinators.Poly
- Text.ParserCombinators.PolyLazy
- Text.ParserCombinators.PolyState
- Text.ParserCombinators.PolyStateLazy
Downloads
- polyparse-1.1.tar.gz (Cabal source package)
- package description (included in the package)