From fa204cec62abef085e33af65f849994846ae68a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Tue, 2 Apr 2024 21:36:25 -0700 Subject: [PATCH] unicode was not defined in grammar --- SPEC.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SPEC.md b/SPEC.md index 203c4f7..e6673d6 100644 --- a/SPEC.md +++ b/SPEC.md @@ -818,6 +818,8 @@ bom := '\u{FEFF}' disallowed-literal-code-points := See Table (Disallowed Literal Code Points) +unicode := Any Unicode Scalar Value + unicode-space := See Table (All [White_Space](#whitespace) unicode characters which are not `newline`) single-line-comment := '//' ^newline* (newline | eof)