Skip to content

Parser: accept new C braced escape sequences#479

Closed
chqrlie wants to merge 1 commit intoc2lang:masterfrom
chqrlie:escape-sequences
Closed

Parser: accept new C braced escape sequences#479
chqrlie wants to merge 1 commit intoc2lang:masterfrom
chqrlie:escape-sequences

Conversation

@chqrlie
Copy link
Copy Markdown
Contributor

@chqrlie chqrlie commented Mar 26, 2026

  • accept '\o{123}', '\x{FF}', '\u{10FFFF}' as specified in the next C standard.

* accept '\u{10FFFF}' as supported in Rust, Javascript and the next C standard
* remove support for obsolescent `\Uxxxxxxxx` escape sequences
@chqrlie chqrlie closed this Mar 29, 2026
@chqrlie chqrlie deleted the escape-sequences branch March 29, 2026 22:10
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.

1 participant