toString()

in lib/lexer.js [38:40]


  toString() {
    return `Text: ${this.text}`;
  }