Skip to content

Conversation

@dag-erling
Copy link
Collaborator

@dag-erling dag-erling commented Apr 4, 2025

  • Factor out the hexadecimal escape parser and rewrite it to support sequences of arbitrary length as long as they don't overflow.
  • Replicate the same logic for octal escapes using a \o prefix.
  • Update the unit tests and documentation accordingly.

@dag-erling dag-erling force-pushed the des/octal branch 2 times, most recently from 4fb55f2 to 237a8bd Compare April 8, 2025 08:39
@dag-erling dag-erling marked this pull request as draft December 22, 2025 19:58
* Factor out the hexadecimal escape parser and rewrite it to support
  sequences of arbitrary length as long as they don't overflow.
* Replicate the same logic for octal escapes using a `\o` prefix.
* Update the unit tests and documentation accordingly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant