Variable TokenStructure.column

1-based column number at which the start of this token occurs. This is measured in bytes and may not be correct when tab characters are involved.

struct TokenStructure
{
  // ...
  size_t column ;
  // ...
}