make type checks viable

This commit is contained in:
2025-10-02 00:51:23 +05:30
parent 2f02f94b61
commit 8650297866
4 changed files with 16 additions and 13 deletions

View File

@ -141,7 +141,7 @@ def compile() -> bool:
success = True
success = compile_to_ir(str(caller_file), str(ll_file)) and success
success = (
success = bool(
subprocess.run(
[
"llc",