Token is:module
A helper module to parse lexical elements (tokens). See
makeTokenParser for a description of how to use it.
Parsec compatibility module
Parsers that comprehend whitespace and identifier styles
idStyle = haskellIdents { styleReserved = ... }
identifier = ident idStyle
reserved = reserve idStyle
Parse Dhall tokens. Even though we don't have a tokenizer per-se this
Encrypted tokens/tickets to keep state in the client side.
Defines a token type used by the lexer.
A union holding the value of the token.
Tokenizer for ACE. Tokens retain source locations (line and column).