Skip to main content

Module tokens

Module tokens 

Source
Expand description

Typed AstToken wrappers over CST tokens. Only ControlWord exists today — the rest of the lexer’s tokens (L_BRACE, WORD, trivia, …) are matched raw by the formatter’s token loops, which is idiomatic and should stay that way. Add a wrapper here only when a token grows a named accessor consumer.

Structs§

ControlWord
The CONTROL_WORD token leading a COMMAND node — \foo (backslash + ASCII letters). Carries the command’s name and its precise range.