diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-10 19:55:27 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-10 19:55:27 +0100 |
| commit | a393a14154b435879e0fa2791fc629030073e810 (patch) | |
| tree | 5f77f58d62d224411727caa40e71b22ef60cc653 /doc | |
| parent | 2361aa5191ffafc3619d349676183a28c3a1fba8 (diff) | |
chore: Update lang specs.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/specs/NECTAR_LANG.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/specs/NECTAR_LANG.md b/doc/specs/NECTAR_LANG.md index 6f7dc3a..cf94c5f 100644 --- a/doc/specs/NECTAR_LANG.md +++ b/doc/specs/NECTAR_LANG.md @@ -16,4 +16,10 @@ =================================== --
\ No newline at end of file +- `&` Checked pointer type. +- `*` Unchecked pointer type. +- `struct` Plain Old Data data Structure, implement Trees, Heaps, etc.. +- `import` import module. +- `export` export module. + + |
