in source code 83; maybe should revise like this Scanner.prototype.eos = function (){ ``` if(this.tail==undefined || this.tail == null) this.tail=""; return this.tail === ""; ``` }
in source code 83;
maybe should revise like this
Scanner.prototype.eos = function (){
}