Enum TokenTypeGroup
- Namespace
- EzrSquared
- Assembly
- ezrSquared-lib.dll
The type group of a Token.
public enum TokenTypeGroup : byte
Fields
AssignmentSymbol = 3
Groups variable assignment symbol tokens.
Keyword = 1
Groups keyword tokens.
Qeyword = 2
Groups QuickSyntax keyword tokens.
Special = 5
Groups special tokens.
Symbol = 4
Groups general symbol tokens.
Value = 0
Groups 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.