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§
- Control
Word - The
CONTROL_WORDtoken leading aCOMMANDnode —\foo(backslash + ASCII letters). Carries the command’s name and its precise range.