jonnyboyC/kos-language-server

[Feature] Better Operators

jonnyboyC opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
The current operator model does not work well with vectors. Currently the operators assume the other operand is the same type. This is not the case for vectors where this is allowed

local v_2 is v(1, 2, 3) * 3.