diff options
| author | Carson Fleming <cflems@cflems.net> | 2026-08-05 01:05:22 -0400 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2026-08-05 01:05:22 -0400 |
| commit | a207a7f39514f03ddfafbe39e52a3fae57a414b4 (patch) | |
| tree | 5f60d98707bf12255f294b3545d8e4f8e6005bca /ast.h | |
| parent | c462e3dd752f95adc46c0f2cf97c45c49d9744b4 (diff) | |
| download | ccc-a207a7f39514f03ddfafbe39e52a3fae57a414b4.tar.gz | |
got hello world working with some hacks
Diffstat (limited to 'ast.h')
| -rw-r--r-- | ast.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; }; |
