parse_while_statement
.statement = parse_while_statement,
static struct token *parse_while_statement(struct token *token, struct statement *stmt);