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
{{ message }}
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.
@Hywan because if we don't, we can't support generic notations for hex/bin/oct...
Or we could be we'll have to enforce conventions like "A variables name can start with a digit but can't start with 0x or 0b". The same applies to constants: they can start with digits but not 0X which will be recognized as a hex notation.
I recently opened 3 linked PRs and they all need to be discussed correctly to be integrated altogether.
Let's sum-up:
The #38 and #40 are ready, event though the #38 is kind of blocked by #39. What I think we should do:
2_
=>TWO_
)0x...
), octal (0...
) and binary (0b...
)1337
would just be1337
)Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: