TokenType Enumeration |
Namespace: Nova.Parsing
public enum TokenType
Member name | Value | Description | |
---|---|---|---|
None | 0 | ||
Identifier | 1 | ||
Symbol | 2 | ||
VerbatimString | 3 | ||
InterpolatedString | 4 | ||
InterpolatedVerbatimString | 5 | ||
String | 6 | ||
Char | 7 | ||
Numeric | 8 | ||
Comment | 9 | ||
DocCommentStart | 10 | ||
DocCommentTag | 11 | ||
DocCommentSymbol | 12 | ||
DocCommentString | 13 | ||
CompilerDirective | 14 |