Module: SasLexer::Lexer::TokenChannel
- Defined in:
- lib/sas_lexer/lexer.rb
Overview
Token channels — match the ‘TokenChannel` enum in the Rust crate.
Constant Summary collapse
- DEFAULT =
Most tokens (keywords, identifiers, operators, etc.)
0- HIDDEN =
Whitespace and other insignificant tokens
1- COMMENT =
All comment tokens
2