
[](LICENSE)
## Overview:
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:
- `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:
- [Clang](https://clang.llvm.org/)
- [Git](https://git-scm.com/)
- [NeBuild](https://github.com/nekernel-org/nebuild)
- [Doxygen](https://www.doxygen.nl/)
## Notice for Contributors:
- Always use `format.sh` before commiting and pushing your code!
## Getting Started:
```sh
git clone git@github.com:nekernel-org/necti.git
cd necti
# Either build the debugger or compiler libraries/tools using nebuild.
```
## Security
- **Vulnerability Disclosure:**
Please report security issues privately via email or GitHub Security Advisories.
###### Copyright (C) 2024-2025 Amlal El Mahrouss & NeKernel.org Contributors, Licensed under the Apache 2.0 license.