<feed xmlns='http://www.w3.org/2005/Atom'>
<title>antcc/targ.c, branch trunk</title>
<subtitle>A little C compiler</subtitle>
<id>https://git.lemon.rip/antcc/atom?h=trunk</id>
<link rel='self' href='https://git.lemon.rip/antcc/atom?h=trunk'/>
<link rel='alternate' type='text/html' href='https://git.lemon.rip/antcc/'/>
<updated>2026-03-17T12:22:00+00:00</updated>
<entry>
<title>REFACTOR: move sources to src/</title>
<updated>2026-03-17T12:22:00+00:00</updated>
<author>
<name>lemon</name>
<email>lsof@mailbox.org</email>
</author>
<published>2026-03-17T12:22:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lemon.rip/antcc/commit/?id=a8d6f8bf30c07edb775e56889f568ca20240bedf'/>
<id>urn:sha1:a8d6f8bf30c07edb775e56889f568ca20240bedf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>c: support at least parsing C99 _Complex types</title>
<updated>2026-01-25T11:58:22+00:00</updated>
<author>
<name>lemon</name>
<email>lsof@mailbox.org</email>
</author>
<published>2026-01-25T11:58:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lemon.rip/antcc/commit/?id=f9f0789e58be01b7169712d64af9443a35392fbf'/>
<id>urn:sha1:f9f0789e58be01b7169712d64af9443a35392fbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>target: accept amd64 as x86_64 synonym</title>
<updated>2026-01-10T10:52:51+00:00</updated>
<author>
<name>lemon</name>
<email>lsof@mailbox.org</email>
</author>
<published>2026-01-10T10:52:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lemon.rip/antcc/commit/?id=0705d7578247cdc55b3bff9776bfd25661782dbd'/>
<id>urn:sha1:0705d7578247cdc55b3bff9776bfd25661782dbd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>target sysv abi by default even for unknown abi</title>
<updated>2026-01-01T19:03:19+00:00</updated>
<author>
<name>lemon</name>
<email>lsof@mailbox.org</email>
</author>
<published>2026-01-01T19:03:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lemon.rip/antcc/commit/?id=ba1f40078b458a3071bd847e820f951f8231523b'/>
<id>urn:sha1:ba1f40078b458a3071bd847e820f951f8231523b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use a configure script, query system toolchain for default include paths</title>
<updated>2026-01-01T11:01:45+00:00</updated>
<author>
<name>lemon</name>
<email>lsof@mailbox.org</email>
</author>
<published>2026-01-01T11:00:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lemon.rip/antcc/commit/?id=93194ef8447718ae78b345ce0a920bb5e6fdc090'/>
<id>urn:sha1:93194ef8447718ae78b345ce0a920bb5e6fdc090</id>
<content type='text'>
</content>
</entry>
<entry>
<title>backend: start implementing aarch64</title>
<updated>2025-12-28T18:02:39+00:00</updated>
<author>
<name>lemon</name>
<email>lsof@mailbox.org</email>
</author>
<published>2025-12-28T18:02:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lemon.rip/antcc/commit/?id=17b4861e53fd5be2107f3b7fd8bf77f3d2cc15da'/>
<id>urn:sha1:17b4861e53fd5be2107f3b7fd8bf77f3d2cc15da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nicer defaults and facilities for cross-compilation</title>
<updated>2025-12-17T19:32:23+00:00</updated>
<author>
<name>lemon</name>
<email>lsof@mailbox.org</email>
</author>
<published>2025-12-17T19:32:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lemon.rip/antcc/commit/?id=4545928179837c75ab1357b77e5723a4fdb60b98'/>
<id>urn:sha1:4545928179837c75ab1357b77e5723a4fdb60b98</id>
<content type='text'>
</content>
</entry>
<entry>
<title>s/amd64/x86_64/</title>
<updated>2025-12-12T16:40:35+00:00</updated>
<author>
<name>lemon</name>
<email>lsof@mailbox.org</email>
</author>
<published>2025-12-12T16:40:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lemon.rip/antcc/commit/?id=24bcc929477751b056e81e7772dc2bb3d11ce4a5'/>
<id>urn:sha1:24bcc929477751b056e81e7772dc2bb3d11ce4a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add command-line predefined macros (-D, -U)</title>
<updated>2025-12-06T10:55:41+00:00</updated>
<author>
<name>lemon</name>
<email>lsof@mailbox.org</email>
</author>
<published>2025-12-06T10:41:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lemon.rip/antcc/commit/?id=d82f3052c813f671561362126d0fbe08568542d3'/>
<id>urn:sha1:d82f3052c813f671561362126d0fbe08568542d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>factor type stuff into type.h</title>
<updated>2025-11-16T08:19:14+00:00</updated>
<author>
<name>lemon</name>
<email>lsof@mailbox.org</email>
</author>
<published>2025-11-16T08:19:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lemon.rip/antcc/commit/?id=dfda5c86b24284aca09da6055ef721ff7a18cd7b'/>
<id>urn:sha1:dfda5c86b24284aca09da6055ef721ff7a18cd7b</id>
<content type='text'>
</content>
</entry>
</feed>
