Skip to content

Commit 7d961e0

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 48a7a72 commit 7d961e0

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
@@ -880,15 +880,6 @@
880880
Literals include strings and character and numeric literals.
881881
\end{footnote}
882882
operators, and other separators.
883-
\indextext{whitespace}%
884-
Comments and the characters \unicode{0020}{space}, \unicode{0009}{character tabulation},
885-
\unicode{000b}{line tabulation}, \unicode{000c}{form feed}, and new-line
886-
(collectively, ``whitespace''), as described below, are ignored except
887-
as they serve to separate tokens.
888-
\begin{note}
889-
Whitespace can separate otherwise adjacent identifiers, keywords, numeric
890-
literals, and alternative tokens containing alphabetic characters.
891-
\end{note}
892883
\indextext{token|)}
893884

894885
\rSec1[lex.name]{Identifiers}

0 commit comments

Comments
 (0)