Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement front-end codegen support for break and continue #31

Closed
jclark opened this issue Jun 8, 2021 · 0 comments
Closed

Implement front-end codegen support for break and continue #31

jclark opened this issue Jun 8, 2021 · 0 comments
Assignees
Milestone

Comments

@jclark
Copy link
Contributor

jclark commented Jun 8, 2021

The parser being developed in #23 includes support for break and continue. The flow control implemented in BIR is sufficient for these. But codeGen does not yet handle it. We need somehow to pass down into statement codeGen the labels to which break and continue should jump.

@jclark jclark self-assigned this Jun 8, 2021
@jclark jclark closed this as completed in 4eeec06 Jun 17, 2021
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

No branches or pull requests

1 participant