throw unsupported assignment error

This commit is contained in:
Pragyansh Chaturvedi
2025-09-11 01:20:51 +05:30
parent 10fb1f0914
commit 393aaeaef5

View File

@ -93,6 +93,8 @@ def handle_assign(func, module, builder, stmt, map_sym_tab, local_sym_tab):
print("Unsupported assignment call structure")
else:
print("Unsupported assignment call function type")
else:
print("Unsupported assignment value type")
def handle_expr(func, module, builder, expr, local_sym_tab, map_sym_tab):