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

Bin, oct and hex literals #183

Merged
merged 3 commits into from
Aug 8, 2022
Merged

Bin, oct and hex literals #183

merged 3 commits into from
Aug 8, 2022

Conversation

marcauberer
Copy link
Member

Add support for:

  • Binary literals: 0b101010
  • Octal literals: 0o76221
  • Hexadecimal literals: 0xF53AE8 or 0hF53AE8
  • Explicit decimal literals in addition to the implicit ones: 0d2384765

@marcauberer marcauberer added the enhancement New feature or request label Aug 8, 2022
@marcauberer marcauberer added this to the 0.11.0 milestone Aug 8, 2022
@marcauberer marcauberer self-assigned this Aug 8, 2022
@marcauberer marcauberer marked this pull request as ready for review August 8, 2022 22:37
@marcauberer marcauberer requested review from a team as code owners August 8, 2022 22:37
@codecov-commenter
Copy link

Codecov Report

Merging #183 (aeb4ff2) into main (d6b0fd9) will not change coverage.
The diff coverage is n/a.

❗ Current head aeb4ff2 differs from pull request most recent head 844ccf6. Consider uploading reports for the commit 844ccf6 to get more accurate results

@@     Coverage Diff     @@
##   main   #183   +/-   ##
===========================
===========================

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@marcauberer marcauberer merged commit c32c5ce into main Aug 8, 2022
@marcauberer marcauberer deleted the feature/hex-bin-literals branch August 8, 2022 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request size/L
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants