diff options
| author | 😄 Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-18 08:52:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-18 08:52:07 +0100 |
| commit | b8db61d6514afdec98bc8edbc22ceeed189b8309 (patch) | |
| tree | fa3d378b50667f96c60a3f412547083fbc0786ac /include | |
| parent | 6dc565002cbb1c84004d760d5f24e69646082b7a (diff) | |
| parent | 3925c485946ae8e95fcd94329a23357cac4226b0 (diff) | |
[FEAT] Nectar syntax checker module.
Diffstat (limited to 'include')
| -rw-r--r-- | include/CompilerKit/CodeGenerator.h | 3 |
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; |
