summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-23 00:53:36 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-23 00:53:36 +0100
commita092f344f33e18a5323f9631b650c73f02635c74 (patch)
tree5388a3e021cac4780f217914df5a16ed4dbeef9d /doc
parent1b90b46dd64b1441258a3bccbb4c85749144dab3 (diff)
chore: improve specs file.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/specs/SPECIFICATION_CK_DK.md (renamed from doc/specs/GENERAL_SPECIFICATION.md)2
-rw-r--r--doc/specs/SPEC_ASSEMBLER_SYNTAX.md (renamed from doc/specs/MASM_SPEC.md)2
-rw-r--r--doc/specs/SPEC_NECTAR_LANG.md (renamed from doc/specs/NECTAR_LANG.md)7
-rw-r--r--doc/specs/SPEC_NEKERNEL_ABI.md (renamed from doc/specs/NEKERNEL_ABI.md)0
4 files changed, 7 insertions, 4 deletions
diff --git a/doc/specs/GENERAL_SPECIFICATION.md b/doc/specs/SPECIFICATION_CK_DK.md
index 2a0cccf..45e0822 100644
--- a/doc/specs/GENERAL_SPECIFICATION.md
+++ b/doc/specs/SPECIFICATION_CK_DK.md
@@ -1,4 +1,4 @@
-# Specification of CompilerKit
+# Specification of Nectar.
===================================
diff --git a/doc/specs/MASM_SPEC.md b/doc/specs/SPEC_ASSEMBLER_SYNTAX.md
index b40183a..3e58b01 100644
--- a/doc/specs/MASM_SPEC.md
+++ b/doc/specs/SPEC_ASSEMBLER_SYNTAX.md
@@ -1,4 +1,4 @@
-# Specification of NeKernel Assembler
+# Specification of the NeKernel Assembler.
===================================
diff --git a/doc/specs/NECTAR_LANG.md b/doc/specs/SPEC_NECTAR_LANG.md
index c13535d..f900a61 100644
--- a/doc/specs/NECTAR_LANG.md
+++ b/doc/specs/SPEC_NECTAR_LANG.md
@@ -34,7 +34,9 @@
===================================
-- `:=` Equals/Assign To operator.
+- `:=` Equals/Assign operator.
+- `==` Equals-To operator.
+- `!=` Not Equals-To operator.
===================================
@@ -44,4 +46,5 @@
Nectar runs using the Generics Library (GL) -- it contains foundational code to run nectar applications and systems.
-- //@ Are considered NectarDocs. \ No newline at end of file
+- //@ Are considered NectarDocs comments.
+- NectarDocs are used to describe behavior of the code -- some Javadoc syntax is supported. Such as: @brief, @param. \ No newline at end of file
diff --git a/doc/specs/NEKERNEL_ABI.md b/doc/specs/SPEC_NEKERNEL_ABI.md
index e8141ac..e8141ac 100644
--- a/doc/specs/NEKERNEL_ABI.md
+++ b/doc/specs/SPEC_NEKERNEL_ABI.md