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

Exp syntax: function names should not be keywords #654

Closed
andrus opened this issue Sep 26, 2023 · 0 comments · Fixed by #667
Closed

Exp syntax: function names should not be keywords #654

andrus opened this issue Sep 26, 2023 · 0 comments · Fixed by #667
Milestone

Comments

@andrus
Copy link
Contributor

andrus commented Sep 26, 2023

Looks like function names like "abs" or "substring" are treated as reserved keywords, so for instance you can't have a path called substring. This is needlessly restrictive. We should have a very minimal set of keywords (e.g. "and", "or", "not"). Functions can be easily distinguished from paths by the presense of parenthesis.

stariy95 added a commit that referenced this issue Feb 6, 2024
Make function names be valid path tokens. Fixes #654.
stariy95 added a commit that referenced this issue Feb 6, 2024
#654 Exp syntax: function names should not be keywords
@stariy95 stariy95 added this to the 5.0-M20 milestone Feb 12, 2024
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

Successfully merging a pull request may close this issue.

2 participants