glow
glow copied to clipboard
Parser: hexadecimal integers and hex escapes for byte strings.
In GitLab by @fahree on Dec 15, 2020, 01:17
- [ ] Hex integers use a
0x
or0X
prefix, for example0xABC123
=11256099
- [ ] Hex string-escapes use a
\x
or\X
followed by 2 hex digits, for example"\x63"
="c"
,"\x4A"
="J"
For alphabetic hex digits, capitalization shouldn't matter.
In GitLab by @fahree on Dec 15, 2020, 01:18
assigned to @Akaa
In GitLab by @AlexKnauth on Feb 26, 2021, 01:09
marked this issue as related to #137
In GitLab by @AlexKnauth on Mar 10, 2021, 06:20
changed the description
In GitLab by @AlexKnauth on Mar 10, 2021, 06:24
changed the description
In GitLab by @AlexKnauth on Mar 10, 2021, 06:25
changed the description
In GitLab by @AlexKnauth on Mar 10, 2021, 06:25
changed the description
In GitLab by @plotnick on Sep 9, 2021, 02:22
unassigned @Akaa