From 885c9e2c6995f4bf7cd895966490a67b19619e13 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 21 Feb 2026 06:08:11 +0100 Subject: feat: Docs: Add cpp_style.md. feat: CompilerKit: patch and update Compiler's README. feat: CompilerKit: Patch some part of the Linkers where we'd expand soon. feat: GenericsLibrary: Add documentation of GenericsLibrary' _start function. Signed-off-by: Amlal El Mahrouss --- include/GenericsLibrary/nrt.nc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/GenericsLibrary/nrt.nc b/include/GenericsLibrary/nrt.nc index 446ce94..9d0c640 100644 --- a/include/GenericsLibrary/nrt.nc +++ b/include/GenericsLibrary/nrt.nc @@ -5,6 +5,8 @@ extern main; +//@ The main entrypoint is an external symbol defined by the user program. +//@ You may also define it as a library and then write your own main wrapper over it. let _start() { return main(); -- cgit v1.2.3