summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-02-23 19:32:12 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-02-23 19:32:12 +0100
commit2557c25fbfd07e2019dfa176297719e8870e8500 (patch)
tree8657ae91a71b34091e2f3115216bdc19d0df98d7
parent075ec5e6b7f01f0e7dbfa4d79fde0c5030ee34db (diff)
chore: final improvements before release.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
-rw-r--r--src/CompilerKit/src/Assemblers/Assembler+64x0.cpp2
-rw-r--r--src/CompilerKit/src/Assemblers/Assembler+AMD64.cpp6
-rw-r--r--src/CompilerKit/src/Assemblers/Assembler+ARM64.cpp2
-rw-r--r--src/CompilerKit/src/Compilers/NectarCompiler+AMD64.cpp4
-rw-r--r--src/CompilerKit/src/Compilers/README.md9
-rw-r--r--src/CompilerKit/src/Preprocessors/Preprocessor+Generic.cpp2
6 files changed, 11 insertions, 14 deletions
diff --git a/src/CompilerKit/src/Assemblers/Assembler+64x0.cpp b/src/CompilerKit/src/Assemblers/Assembler+64x0.cpp
index bbb8447..a54d0be 100644
--- a/src/CompilerKit/src/Assemblers/Assembler+64x0.cpp
+++ b/src/CompilerKit/src/Assemblers/Assembler+64x0.cpp
@@ -7,7 +7,7 @@
/////////////////////////////////////////////////////////////////////////////////////////
-// @file Assembler+64x0.cc
+// @file Assembler+64x0.cpp
// @author Amlal El Mahrouss
// @brief 64x000 Assembler.
diff --git a/src/CompilerKit/src/Assemblers/Assembler+AMD64.cpp b/src/CompilerKit/src/Assemblers/Assembler+AMD64.cpp
index a476994..01945a3 100644
--- a/src/CompilerKit/src/Assemblers/Assembler+AMD64.cpp
+++ b/src/CompilerKit/src/Assemblers/Assembler+AMD64.cpp
@@ -1,12 +1,12 @@
-// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
+// Copyright 2024-2026, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (See accompanying
// file LICENSE or copy at http://www.apache.org/licenses/LICENSE-2.0)
// Official repository: https://github.com/nekernel-org/nectar
/////////////////////////////////////////////////////////////////////////////////////////
-/// @file Assembler+AMD64.cc
-/// @author Amlal El Mahrouss
+/// @file Assembler+AMD64.cpp
+/// @author Amlal El Mahrouss. (amlal@nekernel.org)
/// @brief AMD64 Assembler.
/// REMINDER: when dealing with an undefined symbol use (string
/// size):LinkerFindSymbol:(string) so that ld will look for it.
diff --git a/src/CompilerKit/src/Assemblers/Assembler+ARM64.cpp b/src/CompilerKit/src/Assemblers/Assembler+ARM64.cpp
index bf567b7..4cc0464 100644
--- a/src/CompilerKit/src/Assemblers/Assembler+ARM64.cpp
+++ b/src/CompilerKit/src/Assemblers/Assembler+ARM64.cpp
@@ -5,7 +5,7 @@
/////////////////////////////////////////////////////////////////////////////////////////
-/// @file Assembler+ARM64.cc
+/// @file Assembler+ARM64.cpp
/// @author Amlal El Mahrouss
/// @brief 'ACORN' Assembler.
diff --git a/src/CompilerKit/src/Compilers/NectarCompiler+AMD64.cpp b/src/CompilerKit/src/Compilers/NectarCompiler+AMD64.cpp
index 5b246f2..8c62239 100644
--- a/src/CompilerKit/src/Compilers/NectarCompiler+AMD64.cpp
+++ b/src/CompilerKit/src/Compilers/NectarCompiler+AMD64.cpp
@@ -23,9 +23,9 @@
#include <CompilerKit/UUID.h>
#include <CompilerKit/Utilities/Compiler.h>
-/* NeKernel NECTAR Compiler Driver. */
+/* NeKernel Nectar Compiler Driver. */
/* This is part of the CompilerKit. */
-/* (c) Amlal El Mahrouss 2024-2025 */
+/* (c) Amlal El Mahrouss 2024-2026 */
/// @author Amlal El Mahrouss (amlal@nekernel.org)
/// @file NectarCompiler+AMD64.cc
diff --git a/src/CompilerKit/src/Compilers/README.md b/src/CompilerKit/src/Compilers/README.md
index 95cb450..7495335 100644
--- a/src/CompilerKit/src/Compilers/README.md
+++ b/src/CompilerKit/src/Compilers/README.md
@@ -1,11 +1,8 @@
# Nectar Frontends:
-The current status of Nectar's frontends.
-
## Current Status:
-The following status of each frontend to be implemented for Nectar.
-
-- Nectar (Implemented)
-
+The following frontend are implemented as of Feb 2026:
+- NeKernel Nectar
+- NeKernel Assembler
diff --git a/src/CompilerKit/src/Preprocessors/Preprocessor+Generic.cpp b/src/CompilerKit/src/Preprocessors/Preprocessor+Generic.cpp
index c2c17a8..1ac94e8 100644
--- a/src/CompilerKit/src/Preprocessors/Preprocessor+Generic.cpp
+++ b/src/CompilerKit/src/Preprocessors/Preprocessor+Generic.cpp
@@ -1,4 +1,4 @@
-// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
+// Copyright 2024-2026, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (See accompanying
// file LICENSE or copy at http://www.apache.org/licenses/LICENSE-2.0)
// Official repository: https://github.com/nekernel-org/nectar