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
The translation of int constants is currently assuming that the constant is witten in decimal (see here), which is not the case, as Gospel handles binary, hexadecimal and octal formats too (see here).
The translation should check what kind of format it's dealing with, and call Number.int_literal with the correct kind instead.
The text was updated successfully, but these errors were encountered:
The translation of int constants is currently assuming that the constant is witten in decimal (see here), which is not the case, as Gospel handles binary, hexadecimal and octal formats too (see here).
The translation should check what kind of format it's dealing with, and call
Number.int_literal
with the correct kind instead.The text was updated successfully, but these errors were encountered: