diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-29 14:31:23 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-29 14:31:23 -0500 |
| commit | ea3ba63874105687797bb3e725d63050cffbeee7 (patch) | |
| tree | 284c6a942f6786893784e4270dbcbfb774221061 | |
| parent | 25556a5b92f563f11819c240db4c11cfe19b68f1 (diff) | |
| parent | bdef578a578177ce95c01fa061a028292556ecbe (diff) | |
Merge pull request #35 from nekernel-org/dev
chore: new README.
| -rw-r--r-- | README.md | 20 |
1 files changed, 8 insertions, 12 deletions
@@ -6,20 +6,20 @@ <br/> - + [](LICENSE) ## Overview: -NeCTI is a modern, multi-platform compiler instractucture designed for modularity, and performance. It features a custom debugger engine, advanced linker, and flexible backend/frontend system. NeCTI is built for research, education, and next-generation toolchain development. +NeCTI is a modern, multi-platform compiler instractucture designed for modularity, and performance. It features a custom debugger engine, advanced linker, and a modular compiler architecture. It is built for research, education, and next-generation toolchain development. ## Structure: -- `dev/CompilerKit` – Compiler Kit written in modern C++ -- `dev/LibC++` – C++ ABI Library -- `dev/LibStdC++` – Standard C++ Library -- `tools/` – Frontend Tools -- `dev/DebuggerKit` – Debugging Kit written in modern C++ +- `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++ +- `tools/` – C/C++ Frontend Tools ## Requirements: @@ -27,11 +27,7 @@ NeCTI is a modern, multi-platform compiler instractucture designed for modularit - [Clang](https://clang.llvm.org/) - [Git](https://git-scm.com/) - [NeBuild](https://github.com/nekernel-org/nebuild) - -## Notice for Doxygen: - -- Use doxygen to build documentation. -- You need it installed in order to generate offline documentation! +- [Doxygen](https://www.doxygen.nl/) ## Notice for Contributors: |
