TOKEN_TYPE


This module has been removed in release 14.0.0. Use Script module instead.

Describe token types.

You can find more information in comments below.

enum TOKEN_TYPE
    {
        ttOperator,		// Operator 
        ttString,		// String 
        ttInteger,		// Integer 
        ttFloat,		// Float 
        ttIdentifier,	// Identifier 
    
        ttUnknown		// Unknown 
    };
Namespace: nitisa::scripting
Include: Nitisa/Modules/Scripting/Enums.h