|
| Text.Parsec.Language | | Portability | non-portable (uses non-portable module Text.Parsec.Token) | | Stability | provisional | | Maintainer | derek.a.elkins@gmail.com |
|
|
|
| Description |
| A helper module that defines some language definitions that can be used
to instantiate a token parser (see Text.Parsec.Token).
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| The language definition for the Haskell language.
|
|
|
| A lexer for the haskell language.
|
|
|
| The language definition for the language Mondrian.
|
|
|
| A lexer for the mondrian language.
|
|
|
|
|
| This is a minimal token definition for Haskell style languages. It
defines the style of comments, valid identifiers and case
sensitivity. It does not define any reserved words or operators.
|
|
|
| This is a minimal token definition for Java style languages. It
defines the style of comments, valid identifiers and case
sensitivity. It does not define any reserved words or operators.
|
|
|
|
| data GenLanguageDef s u m | Source |
|
| 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.
|
|
|
| Produced by Haddock version 2.6.0 |