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 --- doc/cpp_style.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/cpp_style.md (limited to 'doc/cpp_style.md') diff --git a/doc/cpp_style.md b/doc/cpp_style.md new file mode 100644 index 0000000..67f9800 --- /dev/null +++ b/doc/cpp_style.md @@ -0,0 +1,10 @@ +# Nectar C++ Style Guide: + +## Abstract: + +Nectar uses the Google C++ Style. But applied to low-level systems. We use C++20 and later throughout all of our stack. As we keep iterating over time we will amend this document. + +## Privilege Templates and ZOA over C with Classes. + +Nectar doesn't limit itself to a C++ paradigm, as we may find fitting solutions by exploring other patterns. + -- cgit v1.2.3