Enum TokenTypeGroup
- Namespace
- EzrSquared
- Assembly
- ezrSquared-lib.dll
The type group of a Token.
public enum TokenTypeGroup : byte
Fields
AssignmentSymbol = 3Groups variable assignment symbol tokens.
Keyword = 1Groups keyword tokens.
Qeyword = 2Groups QuickSyntax keyword tokens.
Special = 5Groups special tokens.
Symbol = 4Groups general symbol tokens.
Value = 0Groups primitive-type tokens, like integers or strings.
Remarks
If you want to see which group a token type is in, check the documentation for that type.