pub type LexerCode = Vec<Token>;
The type of the lexer’s output.
struct LexerCode { /* private fields */ }