Final bug fixes.

Worklog.
Added test diff.py demonstrating the differences between the reference compiler.
This commit is contained in:
bill
2021-04-03 02:54:25 +08:00
parent 617dbdd3b5
commit c86e536fe3
11 changed files with 3052 additions and 106 deletions
@@ -90,7 +90,7 @@ public class StudentAnalysis {
TypeChecker typeChecker = new TypeChecker(globalSym, program.errors);
program.dispatch(typeChecker);
}
//System.out.println(program);
// System.out.println(program);
return program;
}
}