mirror of https://github.com/kdl-org/kdl.git
unicode was not defined in grammar
This commit is contained in:
parent
c9134e3c16
commit
fa204cec62
2
SPEC.md
2
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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue