codegen almost finished

This commit is contained in:
Lorenzo Torres 2026-01-16 23:26:28 +01:00
parent ed0ad1d095
commit 870cf8f0b4
15 changed files with 523 additions and 126 deletions

View file

@ -230,6 +230,7 @@ typedef struct _ast_node {
usize name_len;
struct _ast_node *type;
struct _ast_node *body;
bool is_extern;
} function;
struct {
variant *variants;