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