Enumeration TokenType

Enum representing the different types of tokens.

Enumeration Members

Enumeration Members

Block: 4

The token represents a block structure (e.g., a code block).

Comment: 1

The token represents a comment in the source.

Looper: 2

The token represents a looping construct.

Reserved: 3

The token is a reserved keyword.

Unknown: 0

The token type is unknown or not specified.