From bcc6100941117dc84fb9ece3812da340d96c61a6 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 2 Dec 2025 15:47:44 -0500 Subject: chore! reworked source code to exclude `Bool`, `Boolean`, and `nullPtr` macros. fix: ErrorOr: Return `Ref&` when using Leak. Signed-off-by: Amlal El Mahrouss --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 218c38e..0dfc1f9 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ NeCTI is a modern, multi-platform compiler instractucture designed for modularit - `src/LibC++` – C++ ABI Library - `src/LibStdC++` – Standard C++ Library - `src/DebuggerKit` – Debugging Kit written in modern C++ -- `tools/` – C/C++ Frontend Tools +- `src/Tools/` – C/C++ Frontend Tools ## Requirements: @@ -32,16 +32,20 @@ NeCTI is a modern, multi-platform compiler instractucture designed for modularit ## Notice for Contributors: -- Always use `format.sh` before commiting and pushing your code! +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:** -- cgit v1.2.3