This repository has been archived on 2025-02-18. You can view files and clone it, but cannot push or open issues or pull requests.
Sebastian Schmidt 4fd86751dc Fix unary operator precedence.
Before, unary operators that appeared after an operator with higher precedence would be executed after that operator.

However, in evalexpr, the two unary operators are prefix operators negation and not, and prefix operators always happen before operators directly left of them.
2023-04-13 14:42:39 +03:00
..
2023-04-13 14:42:39 +03:00