summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-07-30 08:50:15 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-07-30 08:50:15 +0100
commit1c8c5cff67b20d86c442b0917d6c1fc6407140df (patch)
tree53ebea660bef14cdc2ff5b7ebefb4049f705f997 /README.md
parent073811d89c98d6e1c078a032ca2eedefebf80384 (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.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2fba143..d4f213b 100644
--- a/README.md
+++ b/README.md
@@ -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: