From Jason Turner

[lex.token]

Diff to HTML by rtfpessoa

tmp/tmpjcvfftqs/{from.md → to.md} RENAMED
@@ -11,9 +11,10 @@ token:
11
 
12
  There are five kinds of tokens: identifiers, keywords, literals,[^8]
13
  operators, and other separators. Blanks, horizontal and vertical tabs,
14
  newlines, formfeeds, and comments (collectively, “white space”), as
15
  described below, are ignored except as they serve to separate tokens.
16
- Some white space is required to separate otherwise adjacent identifiers,
17
- keywords, numeric literals, and alternative tokens containing alphabetic
18
- characters.
 
19
 
 
11
 
12
  There are five kinds of tokens: identifiers, keywords, literals,[^8]
13
  operators, and other separators. Blanks, horizontal and vertical tabs,
14
  newlines, formfeeds, and comments (collectively, “white space”), as
15
  described below, are ignored except as they serve to separate tokens.
16
+
17
+ [*Note 1*: Some white space is required to separate otherwise adjacent
18
+ identifiers, keywords, numeric literals, and alternative tokens
19
+ containing alphabetic characters. — *end note*]
20