Lexer.this

Constructs a Lexer object.

Parameters

srcText

The UTF-8 source code.

tables

Used to look up identifiers and token values.

diag

Used for collecting error messages.

Meta