We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6181aa6 commit 3dfbe43Copy full SHA for 3dfbe43
1 file changed
source/lex.tex
@@ -585,6 +585,7 @@
585
\pnum
586
Each preprocessing token that is converted to a token\iref{lex.token}
587
shall have the lexical form of a keyword, an identifier, a literal,
588
+a header name,
589
or an operator or punctuator.
590
591
@@ -872,12 +873,14 @@
872
873
identifier\br
874
keyword\br
875
literal\br
876
+ header-name\br
877
operator-or-punctuator
878
\end{bnf}
879
880
881
\indextext{\idxgram{token}}%
-There are five kinds of tokens: identifiers, keywords, literals,
882
+There are six kinds of tokens: identifiers, keywords, literals,
883
+header names,
884
operators, and other separators.
885
\indextext{token|)}
886
0 commit comments