You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Marius,
Thanks a lot for the bug report (and the test case). I agree there's a problem and I will work on it as soon as possible (unfortunately, I will be quite busy during September).
Best regards
Given an expression with a trailing, right-associative operator, the operator may be evaluated incorrectly.
When using the
SimpleBooleanEvaluator
, an expression liketrue!
resolves tofalse
, but I believe it should result in a syntax error.The text was updated successfully, but these errors were encountered: