Enhacement: desugaring for number literals #281
Closed
matiwinnetou
started this conversation in
Syntax suggestions
Replies: 1 comment
-
This is the plan already. Along with Ob1011, 0o12, and 0xAABC |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Feature request, something like literals for values, instead of:
min_bid: 1000000
would be nice to write:
min_bid: 1_000_000 or even
min_bid: 1 mln as a string literal which would desugar into 1000000
Beta Was this translation helpful? Give feedback.
All reactions