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

Reserved key words can be used as variables #681

Open
remcowesterhoud opened this issue Jul 12, 2023 · 0 comments
Open

Reserved key words can be used as variables #681

remcowesterhoud opened this issue Jul 12, 2023 · 0 comments

Comments

@remcowesterhoud
Copy link
Contributor

Describe the bug
In our parser we keep a list of reserved key words. These key words prevent users from using variables with these names. One such an example is else.

This list does not contain all the key words we know in the FEEL engine. This means users could still use some of them as variables. The ones that are missing are:

  • some
  • every
  • if
  • for
  • between
  • instance
  • of
  • not

Environment

  • FEEL engine version: Not sure. Probably all. It's definitely on the latest main branch.
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