Begin work on setting up type information table

This commit is contained in:
gingerBill
2023-07-24 17:12:23 +01:00
parent 28fca190ee
commit 28c97a9467
5 changed files with 366 additions and 19 deletions
+2
View File
@@ -103,6 +103,8 @@ gb_internal cgProcedure *cg_procedure_create(cgModule *m, Entity *entity, bool i
}
p->value = cg_value(p->symbol, p->type);
cg_add_symbol(m, entity, p->symbol);
cg_add_entity(m, entity, p->value);
cg_add_member(m, p->name, p->value);
cg_add_procedure_value(m, p);