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

Feature: variable scoping #7

Open
mmastrac opened this issue Jun 28, 2021 · 0 comments
Open

Feature: variable scoping #7

mmastrac opened this issue Jun 28, 2021 · 0 comments
Labels
enhancement New feature or request
Projects
Milestone

Comments

@mmastrac
Copy link
Owner

Variables are currently scoped to all following code in a function, but they really should be scoped to a block itself. In addition, it should be legal to shadow variables in nested blocks.

@mmastrac mmastrac added the enhancement New feature or request label Jun 28, 2021
@mmastrac mmastrac added this to the Kalos 0.9 milestone Jul 15, 2021
@mmastrac mmastrac added this to Ready in Kalos 0.9 Jul 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Kalos 0.9
  
Ready
Development

No branches or pull requests

1 participant