Enum TokenKind
Provides language-agnostic token classification
Namespace: Azos.CodeAnalysis
Assembly: Azos.dll
Syntax
public enum TokenKind
Fields
Name | Description |
---|---|
BOF | |
Comment | |
Directive | |
EOF | |
Identifier | |
Keyword | |
Literal | |
Operator | |
Other | |
Symbol |