Variable TokenStructure.index

0-based byte offset from the beginning of the input at which the start of this token occurs.

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