105106107108109110111112113114
{ throw new ParseError(next(), types); } else { Token t = next(); idx += 1; return t; } }