Enumeration of token kinds.
Unitialized token.
Unrecognized characters.
// /**/ /++/
#!/bin/something
#line
"new/path"
\n
Special token with empty text.
End of whitespace tokens.
__FILE__, __LINE__ etc.
Keywords: NB.: Token.isKeyword() depends on this list being contiguous.
See Implementation
Enumeration of token kinds.