Module token

Source

Structs§

Span
An Span represents a range of characters in the source code
Token
Represents the tokens that the [Lexer] will produce and the [Parser] will consume

Enums§

TokenKind
Enum representing all the tokens the Lexer can produce