From a207a7f39514f03ddfafbe39e52a3fae57a414b4 Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Wed, 5 Aug 2026 01:05:22 -0400 Subject: got hello world working with some hacks --- ast.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ast.h') diff --git a/ast.h b/ast.h index 8611aaa..af35d45 100644 --- a/ast.h +++ b/ast.h @@ -129,7 +129,7 @@ struct fn_decl_node { struct type return_type; const char* name; struct arg_decl_node* args; - struct group_node body; + struct group_node* body; struct scope* scope; }; -- cgit v1.2.3