Variable Token.text

struct Token
{
  // ...
  string text;
  // ...
}