<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Nectar/dev/LibCompiler/Parser.h, branch nectar-gl-threading</title>
<subtitle></subtitle>
<id>https://git.nekernel.org/cgit/Nectar/atom?h=nectar-gl-threading</id>
<link rel='self' href='https://git.nekernel.org/cgit/Nectar/atom?h=nectar-gl-threading'/>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/Nectar/'/>
<updated>2025-05-14T15:50:15+00:00</updated>
<entry>
<title>feat(cc): Rename Parser.h to CompilerFrontend.h, refactor codebase</title>
<updated>2025-05-14T15:50:15+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-05-14T15:49:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/Nectar/commit/?id=9f031e69aace747feb5bac78eccb9a1d5df81f74'/>
<id>urn:sha1:9f031e69aace747feb5bac78eccb9a1d5df81f74</id>
<content type='text'>
accordingly.

why:

 - To make its intent clearer, and avoid future confusions.

also:

 - Ran ./format.sh to the codebase.

Signed-off-by: Amlal El Mahrouss &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>feat(LibCompiler): Reworking architecture to integrate the Arch() method in the AssemblyInterface.</title>
<updated>2025-05-07T07:18:33+00:00</updated>
<author>
<name>Amlal</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-05-07T07:18:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/Nectar/commit/?id=d8d943929c25151fd6a8aadd6ea4cdbd5065845a'/>
<id>urn:sha1:d8d943929c25151fd6a8aadd6ea4cdbd5065845a</id>
<content type='text'>
Signed-off-by: Amlal &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>dev: codebase has been improved in terms of cli and consistency.</title>
<updated>2025-04-26T06:56:59+00:00</updated>
<author>
<name>Amlal</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-04-26T06:56:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/Nectar/commit/?id=c791c2de8bdcd89035dd004b73d05217e40e179c'/>
<id>urn:sha1:c791c2de8bdcd89035dd004b73d05217e40e179c</id>
<content type='text'>
Signed-off-by: Amlal &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>meta: update .clang-format, format codebase.</title>
<updated>2025-04-25T11:14:01+00:00</updated>
<author>
<name>Amlal</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-04-25T11:14:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/Nectar/commit/?id=20042235d1f53ae428aa154e64afdbae5d8d91ad'/>
<id>urn:sha1:20042235d1f53ae428aa154e64afdbae5d8d91ad</id>
<content type='text'>
Signed-off-by: Amlal &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>dev, LibCompiler, tooling: refactor and separate components into modules</title>
<updated>2025-04-19T15:33:26+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-04-19T15:33:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/Nectar/commit/?id=befde76cfa46c766e81f74eb5ac65d3dae2dde87'/>
<id>urn:sha1:befde76cfa46c766e81f74eb5ac65d3dae2dde87</id>
<content type='text'>
(cppdrv, cxxdrv)

Signed-off-by: Amlal El Mahrouss &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>cxxdrv: Add whitespace cleanup and initial support for class/struct parsing</title>
<updated>2025-04-14T12:33:11+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-04-14T12:33:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/Nectar/commit/?id=6a348bd8899d3c00f4ac13becef91872fcbe8072'/>
<id>urn:sha1:6a348bd8899d3c00f4ac13becef91872fcbe8072</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libcompiler: update copyright years to 2024–2025</title>
<updated>2025-03-28T04:23:03+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-03-28T04:23:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/Nectar/commit/?id=703307969bcd7f109ac6561840a01c482d1c3421'/>
<id>urn:sha1:703307969bcd7f109ac6561840a01c482d1c3421</id>
<content type='text'>
Update all source headers in LibCompiler and tools to reflect the
correct copyright span for ongoing development.

Affects headers and source files across:
- AAL CPU backends (amd64, arm64, 64x0, 32x0)
- Assembler and linker backends (PEF, XCOFF)
- Parser, macros, defines, utils
- Tools: asm, dbg, ld64, necc

No functional changes made.

Signed-off-by: Amlal El Mahrouss &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>ADD: Assembler frontend tweaks and other refactors.</title>
<updated>2025-02-08T14:26:11+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal.elmahrouss@icloud.com</email>
</author>
<published>2025-02-08T14:26:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/Nectar/commit/?id=b4bcdc8482f8deae2d25018b4f91593570cf9cf5'/>
<id>urn:sha1:b4bcdc8482f8deae2d25018b4f91593570cf9cf5</id>
<content type='text'>
Signed-off-by: Amlal El Mahrouss &lt;amlal.elmahrouss@icloud.com&gt;
</content>
</entry>
<entry>
<title>TWEAK: Rename TK_ to LC_</title>
<updated>2025-02-03T05:32:19+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal.elmahrouss@icloud.com</email>
</author>
<published>2025-02-03T05:32:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/Nectar/commit/?id=0cac3e6fa024ffad21a45fff067df56df5d427fe'/>
<id>urn:sha1:0cac3e6fa024ffad21a45fff067df56df5d427fe</id>
<content type='text'>
Signed-off-by: Amlal El Mahrouss &lt;amlal.elmahrouss@icloud.com&gt;
</content>
</entry>
<entry>
<title>ADD: NeKernel Toolchain 0.0.9 (Beta Release)</title>
<updated>2025-01-21T19:23:15+00:00</updated>
<author>
<name>Amlal</name>
<email>amlal.elmahrouss@icloud.com</email>
</author>
<published>2025-01-21T19:23:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/Nectar/commit/?id=a133c71c22b8f9576bfc667f000c7c764d4505c8'/>
<id>urn:sha1:a133c71c22b8f9576bfc667f000c7c764d4505c8</id>
<content type='text'>
Signed-off-by: Amlal &lt;amlal.elmahrouss@icloud.com&gt;
</content>
</entry>
</feed>
