Lexer.LineLoc

Groups line information.

class Lexer
static
struct LineLoc {}

Members

Variables

n
uint n;

Actual source text line number.

p
cchar* p;

Points to the first character of the current line.

Meta