You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/lex.tex
+10-12Lines changed: 10 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1064,13 +1064,12 @@
1064
1064
c-char-sequence c-char
1065
1065
\end{bnf}
1066
1066
1067
-
\begin{bnftab}
1067
+
\begin{bnf}
1068
1068
\nontermdef{c-char}\br
1069
-
\>\textnormal{any member of the source character set except}\br
1070
-
\>\>\textnormal{the single-quote \terminal{'}, backslash \terminal{\textbackslash}, or new-line character}\br
1071
-
\>escape-sequence\br
1072
-
\>universal-character-name
1073
-
\end{bnftab}
1069
+
\textnormal{any member of the source character set except the single-quote \terminal{'}, backslash \terminal{\textbackslash}, or new-line character}\br
1070
+
escape-sequence\br
1071
+
universal-character-name
1072
+
\end{bnf}
1074
1073
1075
1074
\begin{bnf}
1076
1075
\nontermdef{escape-sequence}\br
@@ -1407,13 +1406,12 @@
1407
1406
s-char-sequence s-char
1408
1407
\end{bnf}
1409
1408
1410
-
\begin{bnftab}
1409
+
\begin{bnf}
1411
1410
\nontermdef{s-char}\br
1412
-
\>\textnormal{any member of the source character set except}\br
1413
-
\>\>\textnormal{the double-quote \terminal{"}, backslash \terminal{\textbackslash}, or new-line character}\br
1414
-
\>escape-sequence\br
1415
-
\>universal-character-name
1416
-
\end{bnftab}
1411
+
\textnormal{any member of the source character set except the double-quote \terminal{"}, backslash \terminal{\textbackslash}, or new-line character}\br
0 commit comments