summaryrefslogtreecommitdiffhomepage
path: root/include/CompilerKit/CodeGenerator.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-18 08:20:30 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-18 08:47:23 +0100
commita8442c34016e53e37e023fd8130a7f6f842a55aa (patch)
tree2f8d4389c1fb49e377784656dd5b3aa94b434546 /include/CompilerKit/CodeGenerator.h
parent6dc565002cbb1c84004d760d5f24e69646082b7a (diff)
[FEAT] Nectar syntax checker module.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/CompilerKit/CodeGenerator.h')
-rw-r--r--include/CompilerKit/CodeGenerator.h3
1 files changed, 3 insertions, 0 deletions
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;