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 local scope for if and while when constructing ASG #105

Merged
merged 1 commit into from
Feb 6, 2024

Conversation

jlapeyre
Copy link
Collaborator

@jlapeyre jlapeyre commented Feb 6, 2024

This implements correct scoping for if and while.
Other constructs, such as for have not been implemented yet in the ASG.
A couple of tests are included. But more need to be added.

I say "implements". But all the machinery was in place, this PR just adds a couple of lines to use it.

Closes #103

@jlapeyre jlapeyre merged commit 1152f30 into main Feb 6, 2024
7 checks passed
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.

Use correct scopes for various block-like constructs
1 participant