ParseError.location

Location in input (zero-based column) the error occured. Ranges from 0 .. $ - 1, where the $ symbol is the length of the input.

struct ParseError
size_t location;

Meta