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
Browse filesBrowse the repository at this point in the historyBrowse files
jossonsmith
committed
Fixed a bug that (char/byte/int/long/float) (...) is not converted as expected.
For example (char) (int_number) should be converted to String.fromCharCode (int_number),
and (int) (char_number) should be converted to char_number.charCodeAt (0);
0 commit comments