Variable Token.pos

struct Token
{
  // ...
  ushort pos;
  // ...
}