got type checking working for real
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user