| Copyright | (c) Daan Leijen 1999-2001 |
|---|---|
| License | BSD-style (see the file libraries/parsec/LICENSE) |
| Maintainer | daan@cs.uu.nl |
| Stability | provisional |
| Portability | non-portable (uses non-portable module Text.ParserCombinators.Parsec.Token) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell98 |
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
haskellDef :: LanguageDef st Source
haskell :: TokenParser st Source
mondrianDef :: LanguageDef st Source
mondrian :: TokenParser st Source
emptyDef :: LanguageDef st Source
haskellStyle :: LanguageDef st Source
javaStyle :: LanguageDef st Source
data LanguageDef st Source
Constructors
| LanguageDef | |
Fields
| |