Skip to main content

Module tokenizer

Module tokenizer 

Source

Structs§

Token
A token in an Excel formula.
TokenDiagnostic
Token-level diagnostic emitted by best-effort tokenization.
TokenSpan
TokenStream
Source-backed token stream (span-only).
TokenView
Tokenizer
A tokenizer for Excel worksheet formulas.
TokenizerError
A custom error type for the tokenizer.

Enums§

Associativity
Represents operator associativity.
RecoveryAction
Recovering action taken for a malformed span.
TokenSubType
The subtype of a token.
TokenType
The type of a token.