There are five kinds of tokens: identifiers, keywords, literals,
operators, and other separators
. Comments and the characters
U+0020 space,
U+0009 character tabulation,
U+000b line tabulation,
U+000c form feed, and new-line
(collectively, “whitespace”), as described below, are ignored except
as they serve to separate tokens
.