summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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