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

Adding handling of break and continue in loops and conditionals #304

Open
cl4yton opened this issue Jun 1, 2022 · 0 comments
Open

Adding handling of break and continue in loops and conditionals #304

cl4yton opened this issue Jun 1, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request program analysis Subject involves the PA pipeline

Comments

@cl4yton
Copy link
Contributor

cl4yton commented Jun 1, 2022

Adding this will require keeping track of operation order in at least base CAST. We (Tito, Ryan, Janalee, Clay) have previously discussed doing this by adding an order number to each CAST node; when a break or continue is indicated, then the order number of the parent can be used to resolve where to return control.

@cl4yton cl4yton added enhancement New feature or request program analysis Subject involves the PA pipeline labels Jun 1, 2022
@cl4yton cl4yton changed the title Adding handling of break and continue to loops and conditionals Adding handling of break and continue in loops and conditionals Jun 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request program analysis Subject involves the PA pipeline
Projects
None yet
Development

No branches or pull requests

3 participants