nac3/nac3core/src
David Mak e0de82993f core: Preserve value of variable shadowed by for loop
Previously, the final value of the target expression would be one after
the last element of the loop, which does not match Python's behavior.

This commit fixes this problem while also preserving the last assigned
value of the loop beyond the loop, matching Python's behavior.
2023-09-06 20:09:36 +08:00
..
codegen core: Preserve value of variable shadowed by for loop 2023-09-06 20:09:36 +08:00
toplevel nac3standalone: allow classes without explicit init (#221) 2022-07-07 10:36:25 +08:00
typecheck update dependencies 2022-11-18 16:15:46 +08:00
lib.rs nac3core: removed legacy location definition 2022-02-13 22:39:24 +08:00
symbol_resolver.rs format typevars consistently 2022-04-12 09:28:17 +08:00