Skip to content

Commit fbff649

Browse files
committed
Tell what a literal suffix is
1 parent 66416bc commit fbff649

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tokens.md

+3
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ evaluated (primarily) at compile time.
8888

8989
#### Suffixes
9090

91+
Suffix is a non-raw identifier immediately (without whitespace)
92+
following the primary part of a literal.
93+
9194
Any kind of literal (string, integer, etc) with any suffix is valid as a token,
9295
and can be passed to a macro without producing an error.
9396
The macro itself will decide how to interpret such a token and whether to produce an error or not.

0 commit comments

Comments
 (0)