diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-20 12:31:28 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-20 12:31:28 +0100 |
| commit | 37274fa3618e7700115b6b5b08b692606fe74c8a (patch) | |
| tree | 258c7ee7db174d35fd316ba51dd2b50340934d41 /README.md | |
| parent | 4fc398a27a1809b82ab974b3c5ceb8f90ad25703 (diff) | |
chore: update ReadMe and harden linker.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -1,18 +1,20 @@ <!-- Read Me of Nectar --> -# Nectar +# The Nectar System. + +## Status:  [](LICENSE) ## Structure: -- `src/CompilerKit` – Compiler Kit written in C++ +- `src/CompilerKit` – Compiler Kit written in C++. - `include/GenericsLibrary` – Nectar Generics Library. +- `include/CoreRuntimeKit` – Nectar Core Libraries. (C++/Nectar) - `include/ThirdParty` – Third Party Modules. -- `src/DebuggerKit` – Debugging Kit written in C++ -- `src/CommandLine/` – C/C++ Command Line Tools. - +- `src/DebuggerKit` – Debugging Kit written in C++. +- `src/CommandLine` – C/Nectar/C++ Command Line Tools. ## Requirements: |
