nac3/nac3core/src
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
..
codegen core: Fix restoration of loop target in try statement 2023-09-28 20:00:02 +08:00
toplevel core: Use i8 for boolean variable allocation 2023-09-25 15:42:07 +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 meta: Improve documentation for various modified classes 2023-09-25 15:42:07 +08:00