Skip to content

Commit c6fe6de

Browse files
committed
[lex.token] Strike mention of whitespace in phase 7
It is meaningless to talk of whitespace separating tokens in phase 7 as whitespace is discarded at the end of phase 4.
1 parent 784cc65 commit c6fe6de

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

source/lex.tex

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -879,15 +879,6 @@
879879
Literals include strings and character and numeric literals.
880880
\end{footnote}
881881
operators, and other separators.
882-
\indextext{whitespace}%
883-
Comments and the characters \unicode{0020}{space}, \unicode{0009}{character tabulation},
884-
\unicode{000b}{line tabulation}, \unicode{000c}{form feed}, and new-line
885-
(collectively, ``whitespace''), as described below, are ignored except
886-
as they serve to separate tokens.
887-
\begin{note}
888-
Whitespace can separate otherwise adjacent identifiers, keywords, numeric
889-
literals, and alternative tokens containing alphabetic characters.
890-
\end{note}
891882
\indextext{token|)}
892883

893884
\rSec1[lex.name]{Identifiers}

0 commit comments

Comments
 (0)