From a8442c34016e53e37e023fd8130a7f6f842a55aa Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 18 Mar 2026 08:20:30 +0100 Subject: [FEAT] Nectar syntax checker module. Signed-off-by: Amlal El Mahrouss --- include/CompilerKit/CodeGenerator.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/CompilerKit') diff --git a/include/CompilerKit/CodeGenerator.h b/include/CompilerKit/CodeGenerator.h index ac42879..69af3ba 100644 --- a/include/CompilerKit/CodeGenerator.h +++ b/include/CompilerKit/CodeGenerator.h @@ -18,6 +18,9 @@ #define CK_ASSEMBLY_INTERFACE : public ::CompilerKit::IAssembly #define CK_ENCODER : public ::CompilerKit::IAssemblyEncoder +/// @brief This function is for internal uses only, do not call it without a wrapper! +CK_IMPORT_C bool NectarCheckFrontend(CompilerKit::STLString& input); + namespace CompilerKit { class AssemblyFactory; class IAssembly; -- cgit v1.2.3