Module token

Module token 

Source
Expand description

The parsed token generated by the lexer.

Structs§

Token
Parsed token.

Enums§

LiteralKind
Enum representing literal types, included wrong literal like unterminated string.
TokenKind
Enum representing common lexeme types.
TokenType
Type of Token. Common Token, Idnet or Literal.