var escaped = false; | var escaped = false; | ||||
var line = this.__stream.line(); | var line = this.__stream.line(); | ||||
var col = this.__stream.col(); | var col = this.__stream.col(); | ||||
console.log(line); | |||||
this.__stream.next(); | this.__stream.next(); | ||||
while (!this.__stream.eof()){ | while (!this.__stream.eof()){ | ||||
let c = this.__stream.next(); | let c = this.__stream.next(); |