Undid, might wanna dependency check those
parent
c2f82f5577
commit
7642db1420
|
@ -151,12 +151,6 @@ public final class TypeChecker
|
||||||
*/
|
*/
|
||||||
checkContainerCollision(modulle); /* TODO: Rename checkContainerCollision */
|
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: Now that everything is defined, no collision */
|
||||||
/* TODO: Do actual type checking and declarations */
|
/* TODO: Do actual type checking and declarations */
|
||||||
dependencyCheck();
|
dependencyCheck();
|
||||||
|
|
Loading…
Reference in New Issue