Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
None
Description
Some of the static functions of Token are simply not used.
Some better be moved closer to the codeplaces where they are used. A.k.a. made static to the file (compilation unit) where they've been used and/or moved to the tokenKind helpers, consisting of free functions.