Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow using underscores (_) as part of numeric literals #14

Open
plusvic opened this issue Apr 5, 2023 · 0 comments · May be fixed by #48
Open

Allow using underscores (_) as part of numeric literals #14

plusvic opened this issue Apr 5, 2023 · 0 comments · May be fixed by #48
Labels
enhancement New feature or request

Comments

@plusvic
Copy link
Member

plusvic commented Apr 5, 2023

Allow using underscores (_) as part of numeric literals like in Rust.

You could write:

  • 1_000_000 instead of 1000000
  • 10_KB instead of 10KB
  • 0xcafe_babe instead of 0xcafebabe

...etc

@plusvic plusvic added the enhancement New feature or request label Apr 5, 2023
@latonis latonis linked a pull request Oct 19, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant