Module logic_parser::lexing::token
source · Structs
- An
Span
represents a range of characters in the source code - Represents the tokens that the [
Lexer
] will produce and the [Parser
] will consume
Enums
- Enum representing all the tokens the Lexer can produce