parsec-2.1.0.0: Monadic parser combinatorsSource codeContentsIndex
Text.ParserCombinators.Parsec.Language
Portabilitynon-portable (uses non-portable module Text.ParserCombinators.Parsec.Token)
Stabilityprovisional
Maintainerdaan@cs.uu.nl
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 stSource
haskell :: TokenParser stSource
mondrianDef :: LanguageDef stSource
mondrian :: TokenParser stSource
emptyDef :: LanguageDef stSource
haskellStyle :: LanguageDef stSource
javaStyle :: LanguageDef stSource
data LanguageDef stSource
Constructors
LanguageDef
commentStart :: String
commentEnd :: String
commentLine :: String
nestedComments :: Bool
identStart :: (CharParser st Char)
identLetter :: (CharParser st Char)
opStart :: (CharParser st Char)
opLetter :: (CharParser st Char)
reservedNames :: [String]
reservedOpNames :: [String]
caseSensitive :: Bool
Produced by Haddock version 0.8