From a00e0a5fb93c96460ddec264fc89a726004b94c2 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 2 Jan 2024 09:42:04 +0100 Subject: ccplus: now parsing using another strategy. cc: fix: r15 used instead of r19 for jlr. Signed-off-by: Amlal El Mahrouss --- C++Kit/ParserKit.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'C++Kit/ParserKit.hpp') diff --git a/C++Kit/ParserKit.hpp b/C++Kit/ParserKit.hpp index 62eff00..20645be 100644 --- a/C++Kit/ParserKit.hpp +++ b/C++Kit/ParserKit.hpp @@ -29,7 +29,7 @@ namespace ParserKit //! @brief Compile a syntax tree ouf of the text. //! Also takes the source file name for metadata. - virtual void Compile(const char* text, const char* file) = 0; + virtual bool Compile(const std::string& text, const char* file) = 0; //! @brief What language are we dealing with? virtual const char* Language() { return "Generic Language"; } -- cgit v1.2.3