Available on crate feature
lexer
only.Expand description
Trivial tokens and their implementation.
Constants§
- SINGLE_
ASCII_ CHAR_ TRIVIAL_ TOKENS - Single ASCII character trivial tokens that can be matched directly against the source code.
- TWO_
ASCII_ TRIVIAL_ TOKENS - Trivial tokens that are two ASCII characters and can be matched directly against the input source code.
Functions§
- try_
consume_ trivial_ token - Attempt to consume a “trivial” token from the start of the Lexer’s Lexer::remaining fragment.