Skip to content

Allow hex literals for unsigned integers#547

Merged
ascjones merged 8 commits intomasterfrom
aj/uint-hex-literals
May 5, 2022
Merged

Allow hex literals for unsigned integers#547
ascjones merged 8 commits intomasterfrom
aj/uint-hex-literals

Conversation

@ascjones
Copy link
Collaborator

@ascjones ascjones commented May 4, 2022

Close #522.

Allows hex literals to be used for unsigned integers. Replaces scon::Value::Bytes with scon::Value::Hex which can then be transcoded to the target type, either a scalar uint or a sequence of scalar uints.

@ascjones ascjones changed the title Allow hex literals for integers Allow hex literals for unsigned integers May 4, 2022
@ascjones ascjones merged commit 0215f1b into master May 5, 2022
@ascjones ascjones deleted the aj/uint-hex-literals branch May 5, 2022 08:54
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

Successfully merging this pull request may close these issues.

Unable to use hex literals in call

2 participants