-
Notifications
You must be signed in to change notification settings - Fork 6
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
Hex input #6
Comments
Sorry, opened the issue from the wrong user. |
I'm curious to see how you would pull this off, and would definitely offer your code a place in this module as sort of a pedestal in honor of whatever on earth you're doing to the poor python interpreter, but I would definitely want this feature to be off by default. |
Actually turned out less intimidating than how I had feared. Please see WIP here: Also, hex literals must begin with a number, otherwise they might be valid names, so I'm choosing not override those. |
I think this would be a good addition if there were a configuration option to aggressively convert tokens which could be valid names into hex literals. I'll take it :) |
I'm working on a feature of possible hex input, currently working for iPython console.
Is this something you'd consider adding to the module?
The text was updated successfully, but these errors were encountered: