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

FP, basic blocks: vars in scope where they're being defined #92

Open
vilterp opened this issue Feb 7, 2022 · 0 comments
Open

FP, basic blocks: vars in scope where they're being defined #92

vilterp opened this issue Feb 7, 2022 · 0 comments
Labels
area:app-language-workbench bug Something isn't working

Comments

@vilterp
Copy link
Owner

vilterp commented Feb 7, 2022

expected:

  • variables are only in scope after they're defined

actual:

  • in scope where they're defined

example
image

y should not be an option here, since it's being defined.

Fix

Need to restructure the scope/defn logic.

@vilterp vilterp added area:app-language-workbench bug Something isn't working labels Feb 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:app-language-workbench bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant