diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-21 21:20:29 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-21 21:20:29 +0100 |
| commit | 7fd421a88005d9a3636284c7a15628111fdf41c3 (patch) | |
| tree | fdb8daddb3c501f8b71e4c043262296d23d183e9 | |
| parent | abcb4e618287d1998e15bf42460d908cf51f994d (diff) | |
feat: update ReadMe and the structure section.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -7,11 +7,11 @@ ## Structure: -- `src/CompilerKit` – Compiler Kit written in modern C++ -- `src/LibC++` – C++ ABI Library -- `src/LibStdC++` – Standard C++ Library -- `src/DebuggerKit` – Debugging Kit written in modern C++ -- `src/CommandLine/` – C/C++ Command Line Tools +- `src/CompilerKit` – Compiler Kit written in C++ +- `src/LibC++` – C++ ABI Library. +- `src/ThirdParty` – Third Party Code. +- `src/DebuggerKit` – Debugging Kit written in C++ +- `src/CommandLine/` – C/C++ Command Line Tools. ## Requirements: |
