Content


NTL
Core
ProgressStage

ProgressStage


Enumeration representing progress stage types used in the module.

You can find more information in comments below.

enum class ProgressStage
{
    Parsing, // Parsing into tokens 
    Decoding, // Decoding into final object 
    Encoding, // Encoding into string 
    Expression, // Building expression 
    Precedence // Re-arranging expression according to operators precedence 
};
Namespace: nitisa::script
Include: Nitisa/Modules/Script/Core/ProgressStage.h