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.
dev/CompilerKit– Compiler Kit written in modern C++dev/LibC++– C++ ABI Librarydev/LibStdC++– Standard C++ Librarytools/– Frontend Toolsdev/DebuggerKit– Debugging Kit written in modern C++
- Use doxygen to build documentation.
- You need it installed in order to generate offline documentation!
- Always use
format.shbefore commiting and pushing your code!
git clone [email protected]:nekernel-org/necti.git
cd necti
# Either build debugger or compiler libraries/tools using nebuild.