Returns the next token in the list.
var token = this.contents[this.i++]; return {type: token[0], text: token[1]};