Module sqparse::token

source ·
Expand description

Token types emitted by the lexer.

A Token can be a:

Tokens are also fully source-preserving. Each token maintains its range in the input string, as well as the comments and newlines after the token.

Structs

A source-preserving token.
A line of source input in a Token.

Enums

A comment.
The base of an Int literal.
A literal.
A string literal.
An atomic symbol or reserved identifier.
The type of a Token.