Content


NTL
Core
cpp::CParserString

cpp::CParserString


Class implements parser of string and comment values. It uses C++ language standard for string literals and comments.

You can find more information in comments below. Overrided methods can be found in corresponding base class or interface.

class CParserString :public virtual IParser, public CReleasable
{
public:
    // IParser methods 
    bool Parse(size_t &index, Token &token) override;

    CParserString(IReader *reader, ILexic *lexic, const Operator *single_quote, const Operator *double_quote);
};
Namespace: nitisa::script::cpp
Include: Nitisa/Modules/Script/Parsers/C++/ParserString.h