lex: function lex() {
        var r = this.next()
        if (r) {
          return r
        } else {