summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-23 10:21:30 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-23 10:22:13 +0100
commitbaa456251dc978b3bdb33c77a5c02c2e53fb2d3e (patch)
treeb717b671841a2757ea3b49b7d3044a3ab659ad58 /doc
parenta092f344f33e18a5323f9631b650c73f02635c74 (diff)
chore: necdrv: AST improvements and frontend milestones and new
keywords. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/specs/SPEC_NECTAR_LANG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/specs/SPEC_NECTAR_LANG.md b/doc/specs/SPEC_NECTAR_LANG.md
index f900a61..9663893 100644
--- a/doc/specs/SPEC_NECTAR_LANG.md
+++ b/doc/specs/SPEC_NECTAR_LANG.md
@@ -26,6 +26,8 @@
- `let` Pointer/Reference variable declaration.
- `const` and `let` declaration.
- Functions support.
+- `import` import bss data.
+- `extern` import text data.
- Nested Stubs support.
===================================