jonnyboyC / kos-language-server

A language server for the Kerboscript (kOS) a language for Kerbal Space Program
MIT License
25 stars 6 forks source link

[Feature] Better Operators #75

Closed jonnyboyC closed 5 years ago

jonnyboyC commented 5 years ago

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.