got type checking working for real

This commit is contained in:
Andrew Segavac
2021-05-28 23:57:07 -06:00
parent cb30ad7040
commit f5fc6643fb
5 changed files with 161 additions and 475 deletions

View File

@@ -11,7 +11,7 @@ if __name__ == "__main__":
# pretty_print(result)
type_checker = TypeChecker()
while type_checker.with_module({}, result):
print('loop')
print("loop")
# type_checker.with_module({}, result)
pretty_print(result)
# tctb = TypeCheckTableBuilder()