Skip to content

Commit 5f876e7

Browse files
committed
[lex.ccon, lex.string] Remove unnecessary linebreaks and use bnf instead of bnftab.
Tab alignment is no longer required after everything has been made to fit on a single line.
1 parent 8ac95b9 commit 5f876e7

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

source/lex.tex

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,13 +1064,12 @@
10641064
c-char-sequence c-char
10651065
\end{bnf}
10661066

1067-
\begin{bnftab}
1067+
\begin{bnf}
10681068
\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}
10741073

10751074
\begin{bnf}
10761075
\nontermdef{escape-sequence}\br
@@ -1407,13 +1406,12 @@
14071406
s-char-sequence s-char
14081407
\end{bnf}
14091408

1410-
\begin{bnftab}
1409+
\begin{bnf}
14111410
\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
1412+
escape-sequence\br
1413+
universal-character-name
1414+
\end{bnf}
14171415

14181416
\begin{bnf}
14191417
\nontermdef{raw-string}\br

0 commit comments

Comments
 (0)