File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
\UAX {31} specifies a default syntax for identifiers
26
26
based on properties from the Unicode Character Database, \UAX {44}.
27
27
The general syntax is
28
- \begin {codeblock }
28
+ \begin {outputblock }
29
29
<Identifier> := <Start> <Continue>* (<Medial> <Continue>+)*
30
- \end {codeblock }
30
+ \end {outputblock }
31
31
where \tcode {<Start>} has the XID_Start property,
32
32
\tcode {<Continue>} has the XID_Continue property, and
33
33
\tcode {<Medial>} is a list of characters permitted between continue characters.
36
36
the \tcode {<Medial>} set is empty, and
37
37
the \tcode {<Continue>} characters are unmodified.
38
38
In the grammar used in \UAX {31}, this is
39
- \begin {codeblock }
39
+ \begin {outputblock }
40
40
<Identifier> := <Start> <Continue>*
41
41
<Start> := XID_Start + @\textrm {\ucode {005f}}@
42
42
<Continue> := <Start> + XID_Continue
43
- \end {codeblock }
43
+ \end {outputblock }
44
44
45
45
\pnum
46
46
This is described in the \Cpp {} grammar in \ref {lex.name },
You can’t perform that action at this time.
0 commit comments