Safe Haskell | None |
---|---|
Language | GHC2021 |
This module defines the types and functions necessary for an Alex-generated lexer.
Synopsis
- data AlexInput = AI !PsLoc !StringBuffer
- alexGetByte :: AlexInput -> Maybe (Word8, AlexInput)
- alexInputPrevChar :: AlexInput -> Char
- alexGetChar :: AlexInput -> Maybe (Char, AlexInput)
- adjustChar :: Char -> Word8