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

Refactoring Frontend's Variable-Access Visitors #1297

Merged
merged 2 commits into from Jul 17, 2023

Conversation

alexnick83
Copy link
Contributor

This PR refactors the frontend's visitors responsible for access to variables/data (visit_Name, visit_Subscript, etc.). The intent is to unify handling of read and write accesses in the assignment visitors to simplify supporting Structures.

Copy link
Contributor

@acalotoiu acalotoiu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@tbennun tbennun enabled auto-merge July 15, 2023 22:53
@tbennun tbennun disabled auto-merge July 17, 2023 06:51
@tbennun tbennun merged commit d7c26ef into master Jul 17, 2023
9 checks passed
@tbennun tbennun deleted the refactor-variable-visitors branch July 17, 2023 06:52
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.

None yet

3 participants