Token

A helper module to parse lexical elements (tokens). See makeTokenParser for a description of how to use it.
Parsec compatibility module
A token used by the parser.
Token tok is token tok already unquoted.
Parsers that comprehend whitespace and identifier styles
idStyle    = haskellIdents { styleReserved = ... }
identifier = ident idStyle
reserved   = reserve idStyle
A parsed gtk-doc token.
Parse Dhall tokens. Even though we don't have a tokenizer per-se this
All tokens are paired up with a source position. Lexical errors are passed back as a special TokenT value.
Haskell string or [^ ,]+
Tokens of outer cabal file structure. Field values are treated opaquely.
An authentication token which was acquired from OAuth callback. The token gets saved into the session storage only if you use authGoogleEmailSaveToken. You can acquire saved token with getUserAccessToken.
Tokenizer for the YAML 1.2 syntax as defined in http://yaml.org/spec/1.2/spec.html.
Parsed token.
A pair consisting of a list of attributes and some text.
our RE scanner returns a list of these tokens
Lexical tokens. Each may be annotated with any comment occurring between the prior token and this one
Lexical token
This module provides the datatype for the lexical syntax of TOML files. These tokens are generated by Toml.Syntax.Lexer and consumed in Toml.Syntax.Parser.