Refactored

entity_declaration_type_checking
Tristan B. V. Kildaire 2021-04-29 17:57:15 +02:00
parent 88e2dc03e1
commit 292407cbae
1 changed files with 6 additions and 0 deletions

View File

@ -155,6 +155,12 @@ 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();