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
Support for Unicode naming (variables, types, methods...) to support coding in languages like (Chinese, Korean, Japenese...) (Thanks to @minogram see #63)
More complete Corrections of the bug on && and || operators when the right part throw an exception when only the left part should be evaluated (#56 again)
Correction of a bug when creating an exception without throwing (introduced in last release)
Correction of a bug on && and || operators when the right part throw an exception when only the left part should be evaluated (See #56 A great thank to @HelgeL and @Karbot to reporting this bug and for their wonderful solution)