Nivekk / KOS

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

Cant use nested parens with arctan #92

Closed bazilshep closed 10 years ago

bazilshep commented 10 years ago

The command "print arctan( 1 + (1+1) )." gives an unrecognized term error.

Nivekk commented 10 years ago

For the moment, this is true of all sub-expressions.

Nivekk commented 10 years ago

Tested against new expression system, and works correctly. Look forward to a fix for this in the next release.