diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 3 insertions, 12 deletions
@@ -1,26 +1,17 @@ -<!-- Read Me of NeCTI --> +<!-- Read Me of Nectar --> -<div align="center"> - <img src="meta/png/nekernel.png" alt="Logo" width="256"/> -</div> - -<br/> +# Nectar -  [](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++ -- `src/Tools/` – C/C++ Frontend Tools +- `src/CommandLine/` – C/C++ Command Line Tools ## Requirements: |
