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

The set of declared variables is no tracked by the interpreter #7

Open
sonmarcho opened this issue Aug 19, 2022 · 0 comments
Open

The set of declared variables is no tracked by the interpreter #7

sonmarcho opened this issue Aug 19, 2022 · 0 comments

Comments

@sonmarcho
Copy link
Contributor

The states currently don't track the set of variables declared in the context, which means we can update a variable even if it has not been declared yet. For instance, the following function is valid according to our semantics:

method F()
{
    x := 0;
}
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