Added "or" keyword and allowed arbitrary logical expression in guards.#2763
Added "or" keyword and allowed arbitrary logical expression in guards.#2763SomMeri merged 5 commits intoless:masterfrom
Conversation
Added "or" keyword and allowed arbitrary logical expression in guards.
|
One thing about this PR, since it was referenced in some recent bugs. This PR was supposed to just add the keyword "or", but it actually added a sizeable chunk of code to the parser. What was the reason for that? Can you explain why that was a necessity? |
|
"arbitrary logical expression in guards." - see added tests. In short, before this PR it was impossible to write something like |
|
Thanks for the explanation. I did end up doing a release, but may have been premature. (See: #2896) |
This should fix #2705 - Small feature tweak - keyword "or"