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