glow icon indicating copy to clipboard operation
glow copied to clipboard

Parser: hexadecimal integers and hex escapes for byte strings.

Open kwannoel opened this issue 3 years ago • 7 comments

In GitLab by @fahree on Dec 15, 2020, 01:17

  • [ ] Hex integers use a 0x or 0X prefix, for example 0xABC123 = 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.

kwannoel avatar Sep 22 '21 04:09 kwannoel

In GitLab by @fahree on Dec 15, 2020, 01:18

assigned to @Akaa

kwannoel avatar Sep 22 '21 04:09 kwannoel

In GitLab by @AlexKnauth on Feb 26, 2021, 01:09

marked this issue as related to #137

kwannoel avatar Sep 22 '21 04:09 kwannoel

In GitLab by @AlexKnauth on Mar 10, 2021, 06:20

changed the description

kwannoel avatar Sep 22 '21 04:09 kwannoel

In GitLab by @AlexKnauth on Mar 10, 2021, 06:24

changed the description

kwannoel avatar Sep 22 '21 04:09 kwannoel

In GitLab by @AlexKnauth on Mar 10, 2021, 06:25

changed the description

kwannoel avatar Sep 22 '21 04:09 kwannoel

In GitLab by @AlexKnauth on Mar 10, 2021, 06:25

changed the description

kwannoel avatar Sep 22 '21 04:09 kwannoel

In GitLab by @plotnick on Sep 9, 2021, 02:22

unassigned @Akaa

kwannoel avatar Sep 22 '21 04:09 kwannoel