Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions source/lex.tex
Original file line number Diff line number Diff line change
Expand Up @@ -879,15 +879,6 @@
Literals include strings and character and numeric literals.
\end{footnote}
operators, and other separators.
\indextext{whitespace}%
Comments and the characters \unicode{0020}{space}, \unicode{0009}{character tabulation},
\unicode{000b}{line tabulation}, \unicode{000c}{form feed}, and new-line
(collectively, ``whitespace''), as described below, are ignored except
as they serve to separate tokens.
Comment thread
jensmaurer marked this conversation as resolved.
\begin{note}
Whitespace can separate otherwise adjacent identifiers, keywords, numeric
literals, and alternative tokens containing alphabetic characters.
\end{note}
\indextext{token|)}

\rSec1[lex.name]{Identifiers}
Expand Down