Skip to main content

Module token

Module token 

Source
Expand description

Lexical token kinds, spans, and keyword lookup tables.

Structs§

Token
A lexed token: its kind, source text, and byte-offset span.

Enums§

TokenKind
The lexical token kinds produced by the QQL lexer.

Statics§

KEYWORDS
Keyword lookup table: uppercase keyword text to token kind.

Functions§

lookup_keyword
Resolves a word to its keyword token kind, matching ASCII case-insensitively.