summaryrefslogtreecommitdiffhomepage
path: root/doc/cpp_style.md
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-02-21 06:08:11 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-02-21 06:08:11 +0100
commit885c9e2c6995f4bf7cd895966490a67b19619e13 (patch)
treec4cd3ce74dccec9fa19658f2301ef6a64853d7cc /doc/cpp_style.md
parent37274fa3618e7700115b6b5b08b692606fe74c8a (diff)
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 <amlal@nekernel.org>
Diffstat (limited to 'doc/cpp_style.md')
-rw-r--r--doc/cpp_style.md10
1 files changed, 10 insertions, 0 deletions
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.
+