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

VIP: native hex string literals #4206

Open
charles-cooper opened this issue Aug 9, 2024 · 0 comments
Open

VIP: native hex string literals #4206

charles-cooper opened this issue Aug 9, 2024 · 0 comments
Milestone

Comments

@charles-cooper
Copy link
Member

charles-cooper commented Aug 9, 2024

Simple Summary

per title

Motivation

make it easier to copy bytestrings which are in hex format

Specification

introduce hex string literals like x"abcd". the parser should treat x"abcd" the same as b"\xab\xcd".

Backwards Compatibility

backwards compatible

Dependencies

none

References

Copyright

Copyright and related rights waived via CC0

@charles-cooper charles-cooper added this to the v0.4.1 milestone Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant