ContentsIndex
Language.Go.Parser.Lexer
Description
Documentation
posAlex2Parsec :: String -> AlexPosn -> SourcePos
posify :: AlexPosn -> GoToken -> GoTokenPos
data AlexReturn a
Constructors
AlexEOF
AlexError !AlexInput
AlexSkip !AlexInput !Int
AlexToken !AlexInput !Int a
data AlexLastAcc a
Constructors
AlexNone
AlexLastAcc a !AlexInput !Int
AlexLastSkip !AlexInput !Int
data AlexAcc a user
Constructors
AlexAcc a
AlexAccSkip
AlexAccPred a (AlexAccPred user)
AlexAccSkipPred (AlexAccPred user)
type AlexAccPred user = user -> AlexInput -> Int -> AlexInput -> Bool
type AlexInput = (AlexPosn, Char, String)
alexInputPrevChar :: AlexInput -> Char
alexGetChar :: AlexInput -> Maybe (Char, AlexInput)
data AlexPosn
Constructors
AlexPn !Int !Int !Int
show/hide Instances
alexStartPos :: AlexPosn
alexMove :: AlexPosn -> Char -> AlexPosn
alex_base :: Array Int Int
alex_table :: Array Int Int
alex_check :: Array Int Int
alex_deflt :: Array Int Int
Produced by Haddock version 2.4.2