Expand description
Lexical token kinds, spans, and keyword lookup tables.
Structs§
- Token
- A lexed token: its kind, source text, and byte-offset span.
Enums§
- Token
Kind - 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.