mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-30 03:10:06 +00:00
Manually implement tail-recursion for parse_if_stmt
This commit is contained in:
@@ -120,8 +120,6 @@ struct AstFile {
|
||||
bool allow_type;
|
||||
bool in_when_statement;
|
||||
|
||||
isize recursion_depth_else_if;
|
||||
|
||||
isize total_file_decl_count;
|
||||
isize delayed_decl_count;
|
||||
Slice<Ast *> decls;
|
||||
|
||||
Reference in New Issue
Block a user