summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-23 19:46:09 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-23 19:47:41 +0100
commit7f17278493da389ea25a627ea993a35f122671ef (patch)
tree7aaf84f0af5ee7ed447d843c1c553cc2cabe185b /doc
parentbaa456251dc978b3bdb33c77a5c02c2e53fb2d3e (diff)
chore: GenericsLibrary: Library tweaks and additions, more examples for
Nectar and Assembly. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/specs/SPEC_NECTAR_LANG.md15
-rw-r--r--doc/specs/SPEC_NEKERNEL_ABI.md2
2 files changed, 9 insertions, 8 deletions
diff --git a/doc/specs/SPEC_NECTAR_LANG.md b/doc/specs/SPEC_NECTAR_LANG.md
index 9663893..aade91b 100644
--- a/doc/specs/SPEC_NECTAR_LANG.md
+++ b/doc/specs/SPEC_NECTAR_LANG.md
@@ -1,19 +1,19 @@
-# Specification of Nectar
+# Specification of Nectar.
===================================
-# 0: General Information
+# 0: General Information:
===================================
- ABI: PEF based.
- Typing System: Weak.
- Output: NeKernel Assembler/Netwide Assembler.
-- Platforms: OS X, NeKernel.
+- Platforms: OS X, POSIX, NeKernel.
===================================
-# 1: Concepts
+# 1: Concepts:
===================================
@@ -32,7 +32,7 @@
===================================
-# 2: Operators
+# 2: Operators:
===================================
@@ -42,11 +42,12 @@
===================================
-# 3: The Generics Library
+# 3: The Generics Library:
===================================
Nectar runs using the Generics Library (GL) -- it contains foundational code to run nectar applications and systems.
- //@ 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
+- NectarDocs are used to describe behavior of the code -- some Javadoc syntax is supported. Such as: @brief, @param.
+
diff --git a/doc/specs/SPEC_NEKERNEL_ABI.md b/doc/specs/SPEC_NEKERNEL_ABI.md
index e8141ac..c72ecab 100644
--- a/doc/specs/SPEC_NEKERNEL_ABI.md
+++ b/doc/specs/SPEC_NEKERNEL_ABI.md
@@ -1,4 +1,4 @@
-# Specification of NeKernel ABI
+# Specification of NeKernel's PEF ABI.
The PEF ABI has multiple versions depending on the ISA.