summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
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.