Struct LexerContext

Struct Documentation

struct LexerContext

Lexer environment.

Public Members

const byte *filename
const OperatorTable operator_table

Lexer will not add operators.

const byte *lineptr

Start of current line pointer.

usize lineno
TokenType last_token_type