Class TokenUtils
Provides utility methods for working with tokens.
Inherited Members
Namespace: VM.Parser
Assembly: VM.dll
Syntax
public static class TokenUtils
Methods
TokenToString(TokenType)
Converts a token type to a human-readable string (for operators).
Declaration
public static string TokenToString(TokenType type)
Parameters
Type | Name | Description |
---|---|---|
TokenType | type |
Returns
Type | Description |
---|---|
string |