nac3_sca/nac3core
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
..
src core: Preserve value of variable shadowed by for loop 2023-09-06 20:09:36 +08:00
Cargo.toml Cargo: Update dependencies 2023-09-04 10:43:57 +08:00
build.rs irrt: normalize end-of-line characters. Closes #231 2022-03-22 16:04:48 +08:00