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

Allow naming variables like builtins #29

Closed
pmachata opened this issue Dec 10, 2017 · 0 comments
Closed

Allow naming variables like builtins #29

pmachata opened this issue Dec 10, 2017 · 0 comments

Comments

@pmachata
Copy link
Owner

It should be possible to introduce a variable of the same name as builtin. This is important for forward compatibility, because introducing a new built-in word later on would make programs that use that name for a variable invalid.

pmachata added a commit that referenced this issue Dec 19, 2017
Banning variables named as builtins is undesirable for forward
compatibility, as any new name might invalidate programs that use that
name.

Fixes issue #29.

Signed-off-by: Petr Machata <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant