From 385419f95c6b9c35a7c2a6168f82f7aa4a44e22b Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Sat, 18 Jul 2026 13:18:45 -0700 Subject: fix scoping big --- ast.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ast.h') diff --git a/ast.h b/ast.h index 918ae68..6ff95df 100644 --- a/ast.h +++ b/ast.h @@ -136,6 +136,7 @@ struct if_node { struct expr_node* cond; struct stmt_node* true_branch; struct stmt_node* false_branch; + struct scope* scope; }; struct stmt_node { -- cgit v1.2.3