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

Disambiguation of “!” mark in expression #3608

Merged
merged 2 commits into from
Mar 20, 2020
Merged

Conversation

Danieladu
Copy link
Collaborator

@Danieladu Danieladu commented Mar 20, 2020

Disambiguation of “!” mark
"!" can have several meanings in expression.

  1. NOT e.g. !a !b
  2. not equals e.g. a != b
  3. suffix of a template name, e.g. templateA!(), templateB!()

When the whitespace is missing in "not equals" situation, such as a!= b Expression would treat the ! as the suffix of a template name. This is totally wrong.

close: #3606

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 this pull request may close these issues.

operations contains "!" need a more clear priority
2 participants