Nivekk / KOS

Fully programmable autopilot mod for KSP.
Other
80 stars 30 forks source link

(v0.85) colon suffix terms seem to fail when followed by a close-paren with no space. #166

Open Dunbaratu opened 10 years ago

Dunbaratu commented 10 years ago

This parses:

set c to ( rot1:pitch + rot2:pitch ).

while this gives an expression error:

set c to ( rot1:pitch + rot2:pitch).

The only difference is the lack of a space between the word "pitch" and the closing parenthesis. It doesn't happen with other terms. It has to have a colon in the term to trigger the problem.