Text.Parser.Token

Token Parsing

whiteSpace

charLiteral

stringLiteral

stringLiteral'

natural

integer

double

naturalOrDouble

integerOrDouble

symbol

textSymbol

symbolic

parens

braces

angles

brackets

comma

colon

dot

semiSep

semiSep1

commaSep

commaSep1

Token Parsing Class

class TokenParsing m

Token Parsing Transformers

data Unspaced m a

data Unlined m a

data Unhighlighted m a

Non-Token Parsers

decimal

hexadecimal

octal

characterChar

integer'

Identifiers

data IdentifierStyle m

liftIdentifierStyle

ident

reserve

reserveText

Lenses and Traversals

styleName

styleStart

styleLetter

styleChars

styleReserved

styleHighlight

styleReservedHighlight

styleHighlights