Skip to content

Commit

Permalink
hexits
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelficarra committed May 16, 2024
1 parent da5c37a commit 9c2731d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ <h1>Terminal Symbols</h1>
<p>In contrast, in the syntactic grammar, a contiguous run of fixed-width code points is a single terminal symbol.</p>
<p>Terminal symbols come in two other forms:</p>
<ul>
<li>In the lexical and RegExp grammars, Unicode code points without a conventional printed representation are instead shown in the form "&lt;U+0000 (NULL)>" where `0000` is 4 to 6 hexits representing the code point in hexadecimal notation and `NULL` is the code point name.</li>
<li>In the lexical and RegExp grammars, Unicode code points without a conventional printed representation are instead shown in the form "&lt;U+0000 (NULL)>" where `0000` is 4 to 6 hexadecimal digits representing the code point in hexadecimal notation and `NULL` is the code point name.</li>
<li>In the syntactic grammar, certain terminal symbols (e.g. |IdentifierName| and |RegularExpressionLiteral|) are shown in italics, as they refer to the nonterminals of the same name in the lexical grammar.</li>
</ul>
</emu-clause>
Expand Down

0 comments on commit 9c2731d

Please sign in to comment.