<feed xmlns='http://www.w3.org/2005/Atom'>
<title>catskill/boot/catboot.c, branch main</title>
<subtitle>a c preprocessor with delusions of grandeur.</subtitle>
<id>http://git.rnrd.eu/catskill/atom/boot/catboot.c?h=main</id>
<link rel='self' href='http://git.rnrd.eu/catskill/atom/boot/catboot.c?h=main'/>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/catskill/'/>
<updated>2026-01-27T03:15:32+00:00</updated>
<entry>
<title>TinyCC (libtcc) backend for catboot</title>
<updated>2026-01-27T03:15:32+00:00</updated>
<author>
<name>Mel</name>
<email>mel@rnrd.eu</email>
</author>
<published>2026-01-27T03:15:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/catskill/commit/?id=129e5669015a7ffd78d0f665f46cc434bcf126d2'/>
<id>urn:sha1:129e5669015a7ffd78d0f665f46cc434bcf126d2</id>
<content type='text'>
Signed-off-by: Mel &lt;mel@rnrd.eu&gt;
</content>
</entry>
<entry>
<title>Streamline build and temporary build directory, copy runtime</title>
<updated>2026-01-26T02:15:18+00:00</updated>
<author>
<name>Mel</name>
<email>mel@rnrd.eu</email>
</author>
<published>2026-01-26T02:15:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/catskill/commit/?id=38bc2d06fff322a99ba6ba46df69bbd2b40c6173'/>
<id>urn:sha1:38bc2d06fff322a99ba6ba46df69bbd2b40c6173</id>
<content type='text'>
Signed-off-by: Mel &lt;mel@rnrd.eu&gt;
</content>
</entry>
<entry>
<title>Allow different transpile pass output types</title>
<updated>2026-01-24T23:57:56+00:00</updated>
<author>
<name>Mel</name>
<email>mel@rnrd.eu</email>
</author>
<published>2026-01-24T23:57:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/catskill/commit/?id=4dc6b49db40eaebf700d5c26c93c5f33b3db60ac'/>
<id>urn:sha1:4dc6b49db40eaebf700d5c26c93c5f33b3db60ac</id>
<content type='text'>
Signed-off-by: Mel &lt;mel@rnrd.eu&gt;
</content>
</entry>
<entry>
<title>LLVM clang compiler backend</title>
<updated>2026-01-22T02:55:02+00:00</updated>
<author>
<name>Mel</name>
<email>mel@rnrd.eu</email>
</author>
<published>2026-01-22T02:55:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/catskill/commit/?id=7f5d765c929a4dc2deddb7b68a41a3a841940837'/>
<id>urn:sha1:7f5d765c929a4dc2deddb7b68a41a3a841940837</id>
<content type='text'>
Signed-off-by: Mel &lt;mel@rnrd.eu&gt;
</content>
</entry>
<entry>
<title>Add first bootstrapping transpiler test</title>
<updated>2025-12-28T23:58:21+00:00</updated>
<author>
<name>Mel</name>
<email>mel@rnrd.eu</email>
</author>
<published>2025-12-28T23:58:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/catskill/commit/?id=30b04e4b2a90981570ae04095aeccd746ccdea6a'/>
<id>urn:sha1:30b04e4b2a90981570ae04095aeccd746ccdea6a</id>
<content type='text'>
Signed-off-by: Mel &lt;mel@rnrd.eu&gt;
</content>
</entry>
<entry>
<title>Add rudimentary catskill-to-C transpiler (yay!)</title>
<updated>2025-07-23T01:56:24+00:00</updated>
<author>
<name>Mel</name>
<email>mel@rnrd.eu</email>
</author>
<published>2025-07-23T01:52:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/catskill/commit/?id=3a4e9a21361ac930f17fe18687f4a1bce6a5863b'/>
<id>urn:sha1:3a4e9a21361ac930f17fe18687f4a1bce6a5863b</id>
<content type='text'>
Signed-off-by: Mel &lt;mel@rnrd.eu&gt;
</content>
</entry>
<entry>
<title>Display causing tokens lexeme directly from source for error messages</title>
<updated>2025-07-09T22:27:39+00:00</updated>
<author>
<name>Mel</name>
<email>mel@rnrd.eu</email>
</author>
<published>2025-07-09T22:27:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/catskill/commit/?id=4ef58f4d2b7ea810ab4d5db08fe45216f6597336'/>
<id>urn:sha1:4ef58f4d2b7ea810ab4d5db08fe45216f6597336</id>
<content type='text'>
Signed-off-by: Mel &lt;mel@rnrd.eu&gt;
</content>
</entry>
<entry>
<title>Display human-readable, informative parser error messages w/ source snippet</title>
<updated>2025-07-09T02:46:58+00:00</updated>
<author>
<name>Mel</name>
<email>mel@rnrd.eu</email>
</author>
<published>2025-07-09T02:46:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/catskill/commit/?id=efa510e6b58ce13c53e94f13a5be0007240e9dcc'/>
<id>urn:sha1:efa510e6b58ce13c53e94f13a5be0007240e9dcc</id>
<content type='text'>
Signed-off-by: Mel &lt;mel@rnrd.eu&gt;
</content>
</entry>
<entry>
<title>Print formatted lex token value next to token type</title>
<updated>2025-07-06T13:25:47+00:00</updated>
<author>
<name>Mel</name>
<email>mel@rnrd.eu</email>
</author>
<published>2025-07-06T13:25:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/catskill/commit/?id=3620cabd1d722e4acc761c7278aa44aba902006c'/>
<id>urn:sha1:3620cabd1d722e4acc761c7278aa44aba902006c</id>
<content type='text'>
Signed-off-by: Mel &lt;mel@rnrd.eu&gt;
</content>
</entry>
<entry>
<title>Argument parser for catboot tool, different command execution</title>
<updated>2025-07-04T16:58:48+00:00</updated>
<author>
<name>Mel</name>
<email>mel@rnrd.eu</email>
</author>
<published>2025-07-04T16:58:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/catskill/commit/?id=7817842632f27a8b894de724ecc1df590142455f'/>
<id>urn:sha1:7817842632f27a8b894de724ecc1df590142455f</id>
<content type='text'>
Signed-off-by: Mel &lt;mel@rnrd.eu&gt;
</content>
</entry>
</feed>
