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
Underscores removed and octal, hex, and binary converted to decimal should be done when the AST node for the literal is created. Not by the lexer or by the emitter.
The text was updated successfully, but these errors were encountered:
Underscores removed and octal, hex, and binary converted to decimal should be done when the AST node for the literal is created. Not by the lexer or by the emitter.
The text was updated successfully, but these errors were encountered: