Skip to content

lower: track innermost continuable statement start and emit jumps to it on continue#85

Open
Franklin-Qi wants to merge 1 commit into
uutils:mainfrom
Franklin-Qi:feature-task#76-Lowerer-track-innermost-continuable-statement-start
Open

lower: track innermost continuable statement start and emit jumps to it on continue#85
Franklin-Qi wants to merge 1 commit into
uutils:mainfrom
Franklin-Qi:feature-task#76-Lowerer-track-innermost-continuable-statement-start

Conversation

@Franklin-Qi

Copy link
Copy Markdown
Contributor

Track and restore continue_label on CodeGen so continue emits a jump to the while/do condition or for update, per gawk.

Closes: #76

…it on continue

Track and restore continue_label on CodeGen so continue emits a jump to
the while/do condition or for update, per gawk.

Closes: uutils#76
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

lowerer: track innermost continuable statement start and emit jumps to it on continue

1 participant