GskParseLocation

A location in a parse buffer.

Members

Variables

bytes
size_t bytes;

the offset of the location in the parse buffer, as bytes

chars
size_t chars;

the offset of the location in the parse buffer, as characters

lineBytes
size_t lineBytes;

the position in the line, as bytes

lineChars
size_t lineChars;

the position in the line, as characters

lines
size_t lines;

the line of the location in the parse buffer

Meta