polyparse: A variety of alternative parser combinator libraries.
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.
Old homepage: https://archives.haskell.org/projects.haskell.org/polyparse/
[Skip to Readme]
Modules
[Index] [Quick Jump]
- 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.13.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 1.0, 1.1, 1.2, 1.3, 1.4, 1.4.1, 1.5, 1.6, 1.7, 1.8, 1.9, 1.10, 1.11, 1.12, 1.12.1, 1.13, 1.13.1 |
|---|---|
| Change log | Changelog.md |
| Dependencies | base (>=4.9 && <5), bytestring (>=0.9.1.0 && <0.13), text (>=1.2.3.0 && <1.3 || >=2.0 && <3) [details] |
| Tested with | ghc ==9.14.1, ghc ==9.12.2, ghc ==9.10.2, ghc ==9.8.4, ghc ==9.6.7, ghc ==9.4.8, ghc ==9.2.8, ghc ==9.0.2, ghc ==8.10.7, ghc ==8.8.4, ghc ==8.6.5, ghc ==8.4.4, ghc ==8.2.2, ghc ==8.0.2 |
| License | LicenseRef-LGPL[multiple license files] |
| Copyright | (c) 2006-2016 Malcolm Wallace |
| Author | Malcolm Wallace <Malcolm.Wallace@me.com> |
| Maintainer | Andreas Abel |
| Uploaded | by AndreasAbel at 2025年09月14日T15:39:43Z |
| Category | Text, Parsing |
| Bug tracker | https://github.com/haskell-pkg-janitors/polyparse/issues |
| Source repo | head: git clone https://github.com/haskell-pkg-janitors/polyparse.git |
| Distributions | Arch:1.13.1, Debian:1.13, Fedora:1.13, FreeBSD:1.11, LTSHaskell:1.13.1, NixOS:1.13.1, Stackage:1.13.1, openSUSE:1.13.1 |
| Reverse Dependencies | 18 direct, 4663 indirect [details] |
| Downloads | 195716 total (77 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2025年09月14日 [all 1 reports] |
Readme for polyparse-1.13.1
[back to package description]Hackage version Stackage LTS version polyparse on Stackage Nightly Cabal build
polyparse
A variety of alternative parser combinator libraries.
Description see: https://hackage.haskell.org/package/polyparse
Old homepage: https://archives.haskell.org/projects.haskell.org/polyparse/