summaryrefslogtreecommitdiffhomepage
path: root/include/CoreRuntime/nec
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-27 01:43:44 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-27 01:43:44 +0100
commit2174548c1cd0695399275dc59f1e4e3f726b4a6f (patch)
treef4f3ae198e311686be8d13ba7c9e6d28c49177f5 /include/CoreRuntime/nec
parent81c082643568ef4507c92c6f8c4d7f2778274aa6 (diff)
[FEAT] Refactor CoreRuntimeKit to CoreRuntime and its design.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/CoreRuntime/nec')
-rw-r--r--include/CoreRuntime/nec/exports.hpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/CoreRuntime/nec/exports.hpp b/include/CoreRuntime/nec/exports.hpp
new file mode 100644
index 0000000..3fea960
--- /dev/null
+++ b/include/CoreRuntime/nec/exports.hpp
@@ -0,0 +1,15 @@
+// SPDX-License-Identifier: Apache-2.0
+// Copyright 2026, Amlal El Mahrouss (amlal@nekernel.org)
+// Licensed under the Apache License, Version 2.0 (See accompanying
+// file LICENSE or copy at http://www.apache.org/licenses/LICENSE-2.0)
+// Official repository: https://github.com/ne-foss-org/nectar
+
+#pragma once
+
+#include <CoreRuntime/C++/abi/abi.hpp>
+#include <CoreRuntime/C++/abi/new.hpp>
+
+/// @brief The Nectar FFI.
+namespace nectar_lang {
+
+}