Variable Location.line

The zero based line of the input file.

struct Location
{
  // ...
  ulong line = 0LU;
  // ...
}