language package:parsec

A helper module that defines some language definitions that can be used to instantiate a token parser (see Text.Parsec.Token).
Parsec compatibility module
The GenLanguageDef type is a record that contains all parameterizable features of the Text.Parsec.Token module. The module Text.Parsec.Language contains some default definitions.