Token consume(TokenType type, String message) { if (check(type)) return advance(); throw error(peek(), message); }