parsec-2.1.0.1: Monadic parser combinators
Source code
Contents
Index
Text.ParserCombinators.Parsec.Language
Portability
non-portable (uses non-portable module Text.ParserCombinators.Parsec.Token)
Stability
provisional
Maintainer
daan@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
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
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 2.4.2