Skip to content
Open
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
4 changes: 2 additions & 2 deletions source/preprocessor.tex
Original file line number Diff line number Diff line change
Expand Up @@ -553,11 +553,11 @@
\grammarterm{has-embed-expression}s, and
\grammarterm{has-attribute-expression}s
have been performed,
all remaining identifiers and keywords,
all remaining identifiers (including those lexically identical to keywords)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
all remaining identifiers (including those lexically identical to keywords)
all remaining identifiers (including those lexically identical to keywords),

except for
\tcode{true}
and
\tcode{false},
\tcode{false}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
\tcode{false}
\tcode{false},

are replaced with the \grammarterm{pp-number}
\tcode{0},
and then each preprocessing token is converted into a token.
Expand Down