polyparse: A variety of alternative parser combinator libraries.

[ library, parsing, text ] [ Propose Tags ] [ Report a vulnerability ]

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.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

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
Dependencies base (<4.4), haskell98 [details]
License LicenseRef-LGPL
Author Malcolm Wallace <Malcolm.Wallace@cs.york.ac.uk>
Maintainer author
Uploaded by MalcolmWallace at 2009年03月09日T10:44:27Z
Revised Revision 1 made by HerbertValerioRiedel at 2014年12月24日T18:03:13Z
Category Text, Parsing
Home page http://www.cs.york.ac.uk/fp/polyparse/
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 uploaded by user
Build status unknown [no reports yet]

Readme for polyparse-1.3

[back to package description]
 polyparse - a collection of alternative parser combinator libraries
 -------------------------------------------------------------------
Installation instructions:
We currently support nhc98, ghc, and Hugs. The automatic configuration
detects which compilers/interpreters you have, and prepares a build
tree for each. Installation may require write-permission on the system
directories of the compiler/interpreter. The libraries and interfaces
can then be used as "-package polyparse" (for ghc/nhc98 - no extra options
required for Hugs).
 sh configure
 make
 make install
Options to configure are:
 --buildwith=... e.g. ghc-6.6, to build for a specific compiler
 --prefix=... e.g. /usr/local, to change installation location
Complaints to: :-)
 Malcolm.Wallace@cs.york.ac.uk
P.S.
 For those building on Windows /without/ Cygwin, you can avoid the need
 for configure/make steps by simply running the minimal build script in
 Build.bat
 You will need to edit it for the location of your compiler etc.
----
What this package contains:
 docs/			Some rudimentary HTML documentation about the libraries.
 docs/haddock/		Haddock-generated API documentation.
 examples/		Some small examples of how the libraries are used.
 src/Text
	Parse		A replacement for the Prelude Read class.
 src/Text/ParserCombinators
	HuttonMeijer		Early parser combinators from 1996.
	HuttonMeijerWallace	Extended for arbitrary token type + running
				state + error msgs.
	Poly		Space-efficient combinators that allow arbitrary
			token type.
	PolyState	arbitrary token type + running state.
	PolyLazy	arbitrary token type + lazy return of results.
	PolyStateLazy	arbitrary token type + running state + lazy results.
 src/Text/ParserCombinators/Poly
	Base		A class-based interface to more specific parser types.
	Plain		The instance for simple polymorphic parsers.
	Lazy		The instance for lazy polymorphic parsers.
	State		The instance for strict polymorphic parsers with state.
	StateLazy	The instance for lazy polymorphic parsers with state.
	Stream		An experimental instance for stream-based parsers.
 src/Text/ParserCombinators/Poly/NoLeak
			An experimental attempt to plug more space leaks.
	Plain		The instance for simple non-leaking parsers.
	Lazy		The instance for lazy non-leaking parsers.
	State		The instance for strict non-leaking parsers with state.
	StateLazy	The instance for lazy non-leaking parsers with state.
----

AltStyle によって変換されたページ (->オリジナル) /