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 keywords and non-buzz identifiers as identifiers #138

Closed
Tracked by #109
giann opened this issue Jun 23, 2023 · 0 comments
Closed
Tracked by #109

Allow keywords and non-buzz identifiers as identifiers #138

giann opened this issue Jun 23, 2023 · 0 comments
Labels
language Issue related to the language proposal Something we consider doing
Milestone

Comments

@giann
Copy link
Collaborator

giann commented Jun 23, 2023

str #"return" = "hello world";
print("{#"return"}");
  • Warning: internally buzz uses identifiers that are not allowed to avoid collision with user identifiers (ex: $this, $test#N, etc.)
@giann giann added the language Issue related to the language label Jun 23, 2023
@giann giann added this to the 0.4.0 milestone Aug 3, 2023
@giann giann added the proposal Something we consider doing label Aug 4, 2023
@giann giann mentioned this issue Aug 14, 2023
11 tasks
@giann giann modified the milestones: 0.4.0, 0.3.0 Aug 14, 2023
@giann giann changed the title Allow keywords as identifiers Allow keywords and non-buzz identifiers as identifiers Aug 16, 2023
@giann giann mentioned this issue Aug 22, 2023
Merged
@giann giann closed this as completed in f3c62f8 Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
language Issue related to the language proposal Something we consider doing
Projects
None yet
Development

No branches or pull requests

1 participant