summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/specs/GENERAL_SPECIFICATION.md8
-rw-r--r--doc/specs/NECTAR_LANG.md4
2 files changed, 7 insertions, 5 deletions
diff --git a/doc/specs/GENERAL_SPECIFICATION.md b/doc/specs/GENERAL_SPECIFICATION.md
index 19f787f..045f2ff 100644
--- a/doc/specs/GENERAL_SPECIFICATION.md
+++ b/doc/specs/GENERAL_SPECIFICATION.md
@@ -25,13 +25,13 @@
===================================
-# 2: LibC++
+# 2: LibGL
===================================
-- Shall support C++ runtime and ABI for NeKernel.
-- Shall support a basic subset of the C++ library.
-- Shall be written in C++
+- Shall support Nectar runtime and ABI of NeKernel.
+- Shall support a basic subset of the Nectar library.
+- Shall be written in Nectar
===================================
diff --git a/doc/specs/NECTAR_LANG.md b/doc/specs/NECTAR_LANG.md
index 736f455..9346f98 100644
--- a/doc/specs/NECTAR_LANG.md
+++ b/doc/specs/NECTAR_LANG.md
@@ -25,10 +25,12 @@
- `struct` Data implementation of `impl` -- useful to store fields and such.
- `let` Pointer/Reference variable declaration.
- `const` const `let` declaration.
+- Functions.
+- Nested Stubs.
===================================
-# 2: Concepts
+# 2: The Generics Library
===================================