blob: 4b5e4771797bdef0e6fe9d40323c35f262e85ddd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
<!-- Read Me of NCTI -->
<div align="center">
<img src="meta/png/nekernel.png" alt="Logo" width="256"/>
</div>
<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.
## 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++
## Requirements:
- [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!
## 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.
```
###### Copyright (C) 2024-2025 Amlal El Mahrouss & NeKernel.org Contributors, Licensed under Apache 2.0.
|