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, 1.8, 1.9 |
|---|---|
| Dependencies | base (≤6) |
| License | LGPL |
| Author | Malcolm Wallace <Malcolm.Wallace@me.com> |
| Maintainer | author |
| Category | Text, Parsing |
| Home page | http://code.haskell.org/~malcolm/polyparse/ |
| Upload date | Wed May 15 11:57:19 UTC 2013 |
| Uploaded by | MalcolmWallace |
| Built on | ghc-7.6 |
| Distributions | NixOS: 1.9, Debian: 1.7, FreeBSD: 1.8 |
Modules
- Text
- Text.Parse
- ParserCombinators
- Text.ParserCombinators.HuttonMeijer
- Text.ParserCombinators.HuttonMeijerWallace
- Text.ParserCombinators.Poly
- Text.ParserCombinators.Poly.Base
- Text.ParserCombinators.Poly.ByteString
- Text.ParserCombinators.Poly.ByteStringChar
- Text.ParserCombinators.Poly.Lazy
- Text.ParserCombinators.Poly.Lex
- Text.ParserCombinators.Poly.Parser
- Text.ParserCombinators.Poly.Plain
- Text.ParserCombinators.Poly.Result
- Text.ParserCombinators.Poly.State
- Text.ParserCombinators.Poly.StateLazy
- Text.ParserCombinators.Poly.StateParser
- Text.ParserCombinators.Poly.StateText
- Text.ParserCombinators.Poly.Text
Downloads
- polyparse-1.9.tar.gz (Cabal source package)
- package description (included in the package)