Enum TokenType
Enums the token types.
Namespace: Swan.Parsers
Syntax
public enum TokenType
Fields
Name | Description |
---|---|
Comma | The comma |
Function | The function |
Number | The number |
Operator | The operator |
Parenthesis | The parenthesis |
String | The string |
Variable | The variable |
Wall | The wall, used to specified the end of argument list of the following function |