summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-18 19:40:59 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-18 19:49:20 +0100
commit300eb04e2567a284f23edff7a8eef96bcd267254 (patch)
treefb3c5e1a8bfa74613fddfe345a5f765a97de6c88 /doc
parentbfc06a997671134e7b747557251d2434f8cb8c2e (diff)
feat: compiler_kit: improvements on the assembler and linker.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/specs/NECTAR_LANG.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/specs/NECTAR_LANG.md b/doc/specs/NECTAR_LANG.md
index a175f19..d1f168a 100644
--- a/doc/specs/NECTAR_LANG.md
+++ b/doc/specs/NECTAR_LANG.md
@@ -25,8 +25,16 @@
- `struct` Data implementation of `impl` -- useful to store fields and such.
- `let` Pointer/Reference variable declaration.
- `const` and `let` declaration.
-- Functions.
-- Nested Stubs.
+- Functions support.
+- Nested Stubs support.
+
+===================================
+
+# 2: Operators
+
+===================================
+
+- `:=` Equals/Assign To operator.
===================================