move()

in lib/parser.js [12:14]


  move() {
    this.look = this.lexer.scan();
  }