PARSER_OPTIONS


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

Describes language settings for token parser.

You can find more information in comments below.

struct PARSER_OPTIONS
    {
        String SymSpace; // Space symbols 
        String SymNewLine; // New line symbols 
        String SymIdentifier; // Symbols which may be in identifier and no additional symbol requered for correct identifier name 
        String SymIdentifierNoStart; // Symbols which can be in identifier but cannot be the first symbol of it 
        String SymIdentifierNoAll; // Symbols which can be in identifier but identifier should not consists only from them 
    };
Namespace: nitisa::scripting
Include: Nitisa/Modules/Scripting/Types.h