Skip to main content

Module types

Module types 

Source
Expand description

Auto-generated module

🤖 Generated with SplitRS

Structs§

AnnotatedToken
A token annotated with its depth and category.
OperatorPriority
A priority level for operator tokens.
ReformatOptions
Options for token stream reformatting.
RichToken
A classified token enriched with operator metadata.
TokenMeta
Rich metadata attached to a token.
TokenNgramIter
A window iterator that yields consecutive N-grams of tokens.
TokenStream
A peekable stream of tokens with span tracking.

Enums§

BracketKind
Matching bracket pairs.
OperatorArity
Classify a TokenKind as unary, binary, or non-operator.
TokenCategory
High-level category of a token used for error messages and syntax highlighting.
TokenPattern
A simple pattern for matching token sequences.