Manually implement tail-recursion for parse_if_stmt

This commit is contained in:
gingerBill
2024-08-24 13:16:55 +01:00
parent a4cc207022
commit b6d9a0c32e
2 changed files with 20 additions and 12 deletions
-2
View File
@@ -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;