# Nectar  [](LICENSE) ## 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 ## Requirements: - [Clang](https://clang.llvm.org/) - [Git](https://git-scm.com/) - [Boost](https://boost.org/) - [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: Run the following: ```sh git clone git@github.com:nekernel-org/necti.git cd necti # Either build the debugger or compiler libraries/tools using nebuild. ``` And build the source tree using the NeBuild system. ## Security - **Vulnerability Disclosure:** Please report security issues privately via email or GitHub Security Advisories. ## Authors & Credits - **Amlal El Mahrouss** — Lead Developer and Compiler Architect. - [Full contributor list](https://github.com/nekernel-org/necti/graphs/contributors) --- ## License This project is licensed under the [Apache-2.0 License](LICENSE).