From 2557c25fbfd07e2019dfa176297719e8870e8500 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 23 Feb 2026 19:32:12 +0100 Subject: chore: final improvements before release. Signed-off-by: Amlal El Mahrouss --- src/CompilerKit/src/Assemblers/Assembler+64x0.cpp | 2 +- src/CompilerKit/src/Assemblers/Assembler+AMD64.cpp | 6 +++--- src/CompilerKit/src/Assemblers/Assembler+ARM64.cpp | 2 +- src/CompilerKit/src/Compilers/NectarCompiler+AMD64.cpp | 4 ++-- src/CompilerKit/src/Compilers/README.md | 9 +++------ src/CompilerKit/src/Preprocessors/Preprocessor+Generic.cpp | 2 +- 6 files changed, 11 insertions(+), 14 deletions(-) (limited to 'src') 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 #include -/* 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 -- cgit v1.2.3