Fixed Constants+Operator Validation/Print Issues
-
Type casts like
(string)-ZERO_VECTOR
and/or(string)-ZERO_ROTATION
now throws error. Assigning it to some variable before type casting is considered as good, LSO as well. -
Fixed the issue that the order of operators and operands was incoherent when it reports
Invalid operator:
. See #93 for the samples.