nac3/nac3standalone/demo
David Mak 48c6498d1f core: Fix restoration of loop target in try statement
old_loop_target is only assigned if ctx.loop_target is overwritten,
meaning that if ctx.loop_target is never overwritten, ctx.loop_target
will always be overwritten to None.

We fix this by only restoring from old_loop_target if we previously
assigned to old_loop_target.
2023-09-28 20:00:02 +08:00
..
src core: Fix restoration of loop target in try statement 2023-09-28 20:00:02 +08:00
check_demos.sh meta: Allow specifying compiler arguments for check_demos 2023-09-18 11:35:20 +08:00
demo.rs core: Fix restoration of loop target in try statement 2023-09-28 20:00:02 +08:00
interpret_demo.py standalone: Update demos 2023-09-28 19:58:53 +08:00
run_demo.sh meta: Update run_demo.sh 2023-09-12 16:20:50 +08:00