diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-27 01:43:44 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-27 01:43:44 +0100 |
| commit | 2174548c1cd0695399275dc59f1e4e3f726b4a6f (patch) | |
| tree | f4f3ae198e311686be8d13ba7c9e6d28c49177f5 /include/CoreRuntime/README.md | |
| parent | 81c082643568ef4507c92c6f8c4d7f2778274aa6 (diff) | |
[FEAT] Refactor CoreRuntimeKit to CoreRuntime and its design.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/CoreRuntime/README.md')
| -rw-r--r-- | include/CoreRuntime/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/CoreRuntime/README.md b/include/CoreRuntime/README.md new file mode 100644 index 0000000..84d50bb --- /dev/null +++ b/include/CoreRuntime/README.md @@ -0,0 +1,12 @@ +# The Nectar Core Support Libraries: + +## Abstract: + +The NCSL is a framework used to interact with other programs using the concept of FFI in Nectar. +The implmentation is still in progress, feel free to open a PR to propose a new function. + +## Example: + +**No examples are available right now, we're working on some.** + + |
