javaluator
javaluator copied to clipboard
Trailing operator evaluates incorrectly
Given an expression with a trailing, right-associative operator, the operator may be evaluated incorrectly.
When using the SimpleBooleanEvaluator, an expression like true! resolves to false, but I believe it should result in a syntax error.
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