Type Alias LexerCode

Source
pub type LexerCode = Vec<Token>;
Expand description

The type of the lexer’s output.

Aliased Type§

struct LexerCode { /* private fields */ }