ES6 Support Groundwork + Fixes (OLD ONE DON'T LOOK AT ME!!!) #22

Merged
TopchetoEU merged 49 commits from ES6 into master 2024-09-05 14:17:52 +00:00
Showing only changes of commit e3f1bc0949 - Show all commits

View File

@ -46,7 +46,7 @@ public class IfNode extends Node {
int mid = target.temp();
body.compile(target, false, BreakpointType.STEP_OVER);
elseBody.compile(target, false, BreakpointType.STEP_OVER);
LabelContext.getBreak(target.env).pop(label);
int endI = target.size();