mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-04 12:07:45 +00:00
defer statements
This commit is contained in:
@@ -1834,6 +1834,7 @@ AstNode *parse_if_stmt(AstFile *f) {
|
||||
}
|
||||
|
||||
body = parse_block_stmt(f);
|
||||
|
||||
if (allow_token(f, Token_else)) {
|
||||
switch (f->cursor[0].kind) {
|
||||
case Token_if:
|
||||
|
||||
Reference in New Issue
Block a user