toString()

in lib/lexer.js [49:51]


  toString() {
    return `ID: ${this.id}`;
  }