Module token_kind

Source
Expand description

The token_kind module, which contains the TokenKind enum. This enum describes the various kinds of tokens that are recognized. The TokenKind enum maintains all of the different Tokens that could occur within the program. Using an enum allows for easy extensibility.

Enumsยง

TokenKind