Undid, might wanna dependency check those

entity_declaration_type_checking
Tristan B. V. Kildaire 2021-04-29 17:59:36 +02:00
parent c2f82f5577
commit 7642db1420
1 changed files with 0 additions and 6 deletions

View File

@ -151,12 +151,6 @@ public final class TypeChecker
*/
checkContainerCollision(modulle); /* TODO: Rename checkContainerCollision */
/**
* Check that definition types (for functions and
* variables that are being declared) are valid types
*/
checkDefinitionTypes(modulle);
/* TODO: Now that everything is defined, no collision */
/* TODO: Do actual type checking and declarations */
dependencyCheck();