Module token

Module token 

Source
Expand description

This module implements all of the Tokens used in the JavaScript programing language.

More information:

Structs§

Token
This represents the smallest individual words, phrases, or characters that JavaScript can understand.

Enums§

Numeric
Represents the type differenct types of numeric literals.
TokenKind
Represents the type of Token and the data it has inside.