parsec-2.0.0.1: Monadic parser combinators

Copyright(c) Daan Leijen 1999-2001
LicenseBSD-style (see the file libraries/parsec/LICENSE)
Maintainerdaan@cs.uu.nl
Stabilityprovisional
Portabilitynon-portable (uses non-portable module Text.ParserCombinators.Parsec.Token)
Safe HaskellSafe-Inferred
LanguageHaskell98

Text.ParserCombinators.Parsec.Language

Description

A helper module that defines some language definitions that can be used to instantiate a token parser (see Text.ParserCombinators.Parsec.Token).

Documentation