diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-07-30 08:50:15 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-07-30 08:50:15 +0100 |
| commit | 1c8c5cff67b20d86c442b0917d6c1fc6407140df (patch) | |
| tree | 53ebea660bef14cdc2ff5b7ebefb4049f705f997 /README.md | |
| parent | 073811d89c98d6e1c078a032ca2eedefebf80384 (diff) | |
feat! Breaking API changes of NeCTI's LibCompiler and LibDebugger.
what:
- They've now become CompilerKit and DebuggerKit.
- Expanding XCoff for NeBoot PowerPC backend.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,11 +15,11 @@ NeCTI is a modern, multi-platform compiler instractucture designed for modularit ## Structure: -- `dev/LibCompiler` – Compiler Infrastructure Framework written in modern C++ +- `dev/CompilerKit` – Compiler Infrastructure Framework written in modern C++ - `dev/LibC++` – C++ ABI Library - `dev/LibStdC++` – Standard C++ Library - `tools/` – Frontend Tools -- `dev/LibDebugger` – Debugging Library written in modern C++ +- `dev/DebuggerKit` – Debugging Library written in modern C++ ## Requirements: |
