summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2026-01-17feat: NectarCompiler+AMD64: Full NASM syntax support.Amlal El Mahrouss
2026-01-17feat! breaking changes on Mach-O and PEF linker.Amlal El Mahrouss
2026-01-17chore: Fix typo in `NECTAR_LANG.md`.Amlal El Mahrouss
2026-01-17chore: fix typo in NECTAR_LANG specs.Amlal El Mahrouss
2026-01-16feat: implement Mach-O linker and massive improvements on Assembler and Linkers.Amlal El Mahrouss
2026-01-16chore: update frontend includes.Amlal El Mahrouss
2026-01-16chore: example.ncpp: wip: nested stubs.Amlal El Mahrouss
2026-01-16chore: update and improve Nectar codegen.Amlal El Mahrouss
2026-01-15feat: implemented `->`, `.`, error handling.Amlal El Mahrouss
2026-01-15chore: meta: ran format command.Amlal El Mahrouss
2026-01-14chore: Assembler and Frontend improvements.Amlal El Mahrouss
2026-01-14chore: Examples improvements of Nectar.Amlal El Mahrouss
2026-01-14chore: PreConfig.h: remove redundant macro.Amlal El Mahrouss
2026-01-14chore: kits: bump software version.Amlal El Mahrouss
2026-01-13chore: language frontend improvements and stdlib developmentAmlal El Mahrouss
2026-01-13feat: Nectar specs V1, introduce LibGL.Amlal El Mahrouss
2026-01-13chore: nectar: Frontend improvements and syntax updates.Amlal El Mahrouss
2026-01-12chore: Nectar Generics Library improvements.Amlal El Mahrouss
2026-01-12chore: wip: Introduce `libNectarStd`'s Generics Library.Amlal El Mahrouss
2026-01-11chore: NectarCodeGen: codegen improvements.Amlal El Mahrouss
2026-01-11chore: Nectar codegen improvements, release prep.Amlal El Mahrouss
2026-01-11chore: codegen and specs improvements.Amlal El Mahrouss
2026-01-10chore: Update lang specs.Amlal El Mahrouss
2026-01-10chore: use `struct` instead of `class` for generics.Amlal El Mahrouss
2026-01-10wip: abi: NeKernel ABI Draft.Amlal El Mahrouss
2026-01-10chore: Fix function signature.Amlal El Mahrouss
2026-01-10feat: necdrv: Code generation improvements and WiP specs.Amlal El Mahrouss
2026-01-09wip: Nectar stack and object allocation in frontend.v0.1.2-developAmlal El Mahrouss
2026-01-09chore: update Nectar language, working on formalizing NeKernel's ABI.Amlal El Mahrouss
2026-01-09chore: release prep for Nectar.Amlal El Mahrouss
2026-01-09chore: Nectar grunt work on runtime library and test code.Amlal El Mahrouss
2026-01-09chore: update CI files.Amlal El Mahrouss
2026-01-09fix: Fix README.Amlal El Mahrouss
2026-01-09feat: necfront: final refactors and improvements before finishing Netcar impl...Amlal El Mahrouss
2026-01-08chore: Starting writing Nectar implementation, specs in progress.Amlal El Mahrouss
2026-01-08chore: adding custom types support.Amlal El Mahrouss
2026-01-08feat: c++front: Finalized C++Front for Nectar C++.Amlal El Mahrouss
2026-01-08fix: Fix Issue #53 on AMD64 assembler.Amlal El Mahrouss
2026-01-07chore: include `asm` to gitignore.Amlal El Mahrouss
2026-01-06feat: CppFront/CodeGen: Write origin in hexadecimal instead of decimal.Amlal El Mahrouss
2026-01-05feat: cppfront: struct/class keyword support.Amlal El Mahrouss
2026-01-01feat: CompilerKit: Add unit tests alongside integration tests.v0.1.1-developAmlal El Mahrouss
2025-12-31feat: adding builtin tests in CompilerKit.Amlal El Mahrouss
2025-12-31fix: cppdrv: Generic Preprocessor fixes and improvements.Amlal El Mahrouss
2025-12-31feat: test: expand codegen.test.ccAmlal El Mahrouss
2025-12-30feat: prepping: fix nebuild rules, adding test cases for future expansions.Amlal El Mahrouss
2025-12-28feat! rename docs to doc.Amlal El Mahrouss
2025-12-27feat: CompilerKit: include header guards in AST.inl.Amlal El Mahrouss
2025-12-27cl! giant source code refactor.Amlal El Mahrouss
2025-12-26feat! Use header guards instead of pragma once.Amlal El Mahrouss