Skip to content
This repository was archived by the owner on Nov 23, 2025. It is now read-only.
/ zig-spec Public archive
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions grammar/grammar.y
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,7 @@ eof <- !.
hex <- [0-9a-fA-F]
char_escape
<- "\\x" hex hex
/ "\\u" hex hex hex hex
/ "\\U" hex hex hex hex hex hex
/ "\\u{" hex+ "}"
/ "\\" [nr\\t'"]
char_char
<- char_escape
Expand Down