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
Currently Pancake only accepts decimal number format when writing constant literals. It would be helpful to support hexadecimal and binary numbers with 0x and 0b prefixes.
The text was updated successfully, but these errors were encountered:
Currently Pancake only accepts decimal number format when writing constant literals. It would be helpful to support hexadecimal and binary numbers with
0x
and0b
prefixes.The text was updated successfully, but these errors were encountered: