|
449 | 449 |
|
450 | 450 | \begin{bnf} |
451 | 451 | \nontermdef{named-universal-character}\br |
452 | | - \terminal{\textbackslash N\{} n-char-sequence \terminal{\}} |
| 452 | + \literalterminal{\textbackslash N\{} n-char-sequence \literalterminal{\}} |
453 | 453 | \end{bnf} |
454 | 454 |
|
455 | 455 | \begin{bnf} |
|
464 | 464 |
|
465 | 465 | \begin{bnf} |
466 | 466 | \nontermdef{universal-character-name}\br |
467 | | - \terminal{\textbackslash u} hex-quad\br |
468 | | - \terminal{\textbackslash U} hex-quad hex-quad\br |
469 | | - \terminal{\textbackslash u\{} simple-hexadecimal-digit-sequence \terminal{\}}\br |
| 467 | + \literalterminal{\textbackslash u} hex-quad\br |
| 468 | + \literalterminal{\textbackslash U} hex-quad hex-quad\br |
| 469 | + \literalterminal{\textbackslash u\{} simple-hexadecimal-digit-sequence \literalterminal{\}}\br |
470 | 470 | named-universal-character |
471 | 471 | \end{bnf} |
472 | 472 |
|
|
1187 | 1187 |
|
1188 | 1188 | \begin{bnf} |
1189 | 1189 | \nontermdef{binary-literal}\br |
1190 | | - \terminal{0b} binary-digit\br |
1191 | | - \terminal{0B} binary-digit\br |
| 1190 | + \literalterminal{0b} binary-digit\br |
| 1191 | + \literalterminal{0B} binary-digit\br |
1192 | 1192 | binary-literal \opt{\literalterminal{'}} binary-digit |
1193 | 1193 | \end{bnf} |
1194 | 1194 |
|
1195 | 1195 | \begin{bnf} |
1196 | 1196 | \nontermdef{octal-literal}\br |
1197 | | - \terminal{0}\br |
| 1197 | + \literalterminal{0}\br |
1198 | 1198 | octal-literal \opt{\literalterminal{'}} octal-digit |
1199 | 1199 | \end{bnf} |
1200 | 1200 |
|
|
1211 | 1211 |
|
1212 | 1212 | \begin{bnf} |
1213 | 1213 | \nontermdef{binary-digit} \textnormal{one of}\br |
1214 | | - \terminal{0 1} |
| 1214 | + \literalterminal{0 1} |
1215 | 1215 | \end{bnf} |
1216 | 1216 |
|
1217 | 1217 | \begin{bnf} |
1218 | 1218 | \nontermdef{octal-digit} \textnormal{one of}\br |
1219 | | - \terminal{0 1 2 3 4 5 6 7} |
| 1219 | + \literalterminal{0 1 2 3 4 5 6 7} |
1220 | 1220 | \end{bnf} |
1221 | 1221 |
|
1222 | 1222 | \begin{bnf} |
1223 | 1223 | \nontermdef{nonzero-digit} \textnormal{one of}\br |
1224 | | - \terminal{1 2 3 4 5 6 7 8 9} |
| 1224 | + \literalterminal{1 2 3 4 5 6 7 8 9} |
1225 | 1225 | \end{bnf} |
1226 | 1226 |
|
1227 | 1227 | \begin{bnf} |
1228 | 1228 | \nontermdef{hexadecimal-prefix} \textnormal{one of}\br |
1229 | | - \terminal{0x 0X} |
| 1229 | + \literalterminal{0x 0X} |
1230 | 1230 | \end{bnf} |
1231 | 1231 |
|
1232 | 1232 | \begin{bnf} |
|
0 commit comments