Cleaned up
parent
5c9fd0a229
commit
07c0eb3718
|
@ -85,18 +85,12 @@ public final class TypeChecker
|
||||||
|
|
||||||
private void beginCheck()
|
private void beginCheck()
|
||||||
{
|
{
|
||||||
// checkIt(modulle.getStatements(), modulle.getName());
|
/**
|
||||||
|
* Make sure there are no name collisions anywhere
|
||||||
|
* in the Module with an order of precedence of
|
||||||
/* First we define global types (so classes) */
|
* Classes being declared before Functions and
|
||||||
gprintln("dd");
|
* Functions before Variables
|
||||||
// checkClasses(modulle);
|
*/
|
||||||
|
|
||||||
/* TODO: Then we declare global functions */
|
|
||||||
//checkFunctions(modulle);
|
|
||||||
|
|
||||||
/* TODO: Then we declare global variables */
|
|
||||||
|
|
||||||
checkContainer(modulle);
|
checkContainer(modulle);
|
||||||
|
|
||||||
checkIt(modulle);
|
checkIt(modulle);
|
||||||
|
|
Loading…
Reference in New Issue