Token constructor
The literal expression of this token
The type of this token
The priority this token has in an operation (-1, if it should not be considered for running operations, ie a variable)
The column the character or keyword starts at
The column number of the character for error messages
The raw content of a token
The priority of the token.
value is -1 if should not be taken into account in operator calls
Variable Tokens are arguments to operators, thus,
they do not have a priority, their operators have.
The type of this token
can be either
operator, variable, argOpen, argClose, function, functionCall
Generated using TypeDoc
Token Class
Serves as a character or keyword with special meaning