Oh who gives a fuck?

This commit is contained in:
Mid
2024-02-13 21:33:49 +02:00
parent 83e0771f2c
commit a1077f7c03
12 changed files with 447 additions and 32 deletions

View File

@@ -62,6 +62,7 @@ typedef union Type {
extern Type TYPE_ERROR;
Type *primitive_parse(const char*);
Type *primitive_make(uint16_t width);
size_t type_size(Type*);
int type_equal(Type*, Type*);