Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Parse prefixed hexadecimal/octal integers #63

Open
mjerabek opened this issue Apr 24, 2018 · 0 comments
Open

Parse prefixed hexadecimal/octal integers #63

mjerabek opened this issue Apr 24, 2018 · 0 comments

Comments

@mjerabek
Copy link

Integer parsing should support prefixed hexa/octal/binary strings:
0x10 -> 16, 010 (and 0o10) -> 8, 0b10 -> 2

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant