TypeChecker

- Clean up
This commit is contained in:
Tristan B. Velloza Kildaire 2023-05-29 12:06:52 +02:00
parent b0044a7c17
commit c73790a932
1 changed files with 7 additions and 5 deletions

View File

@ -26,6 +26,13 @@ import tlang.compiler.configuration;
*/
public final class TypeChecker
{
/**
* The compiler configuration
*/
private CompilerConfiguration config;
private Module modulle;
/* The name resolver */
@ -61,11 +68,6 @@ public final class TypeChecker
/* TODO: Module check?!?!? */
}
/**
* The compiler configuration
*/
private CompilerConfiguration config;
/**
* Returns the compiler configuration
*