This commit is contained in:
Mid
2024-12-14 18:13:33 +02:00
parent 390c4c954d
commit 17a0c9d902
13 changed files with 904 additions and 305 deletions

View File

@@ -39,6 +39,7 @@ typedef struct TypeFunction {
union Type *ret;
char **argNames;
union Type **args;
size_t argCount;
} TypeFunction;