You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added checking to the implicit coercion mechanism. Previously it was allowing anything to be implicitly coerced to anything else.
Added checking to ensure that an identifier hasn't already been defined in a parent scope.
Add support for compiler identifiers.
Generate GotoState and GetState for objects that don't extend from anything.
Add support for e+ notation for floats.
Ensure the expression and statement trees get destroyed properly.