Module pomelo_lex::token

source ·
Expand description

Lexical tokens and their kinds

Structs

A token is represented by a LexKind and a length of source code (span).

Enums

Kinds of lexical tokens.