<feed xmlns='http://www.w3.org/2005/Atom'>
<title>catskill/boot/tests, branch main</title>
<subtitle>a c preprocessor with delusions of grandeur.</subtitle>
<id>http://git.rnrd.eu/catskill/atom/boot/tests?h=main</id>
<link rel='self' href='http://git.rnrd.eu/catskill/atom/boot/tests?h=main'/>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/catskill/'/>
<updated>2026-01-24T23:57:56+00:00</updated>
<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>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 'transpile' to test harness targets</title>
<updated>2025-08-05T20:26:35+00:00</updated>
<author>
<name>Mel</name>
<email>mel@rnrd.eu</email>
</author>
<published>2025-08-05T20:26:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/catskill/commit/?id=1d277d507498d8f3649684e7ff0ad2c3a19792a4'/>
<id>urn:sha1:1d277d507498d8f3649684e7ff0ad2c3a19792a4</id>
<content type='text'>
Signed-off-by: Mel &lt;mel@rnrd.eu&gt;
</content>
</entry>
<entry>
<title>Add option to test suite to auto-adjust expected output in definition</title>
<updated>2025-07-23T01:56:24+00:00</updated>
<author>
<name>Mel</name>
<email>mel@rnrd.eu</email>
</author>
<published>2025-07-22T17:29:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/catskill/commit/?id=b0acce3b858715a04fba154a23c6ea5fac083a74'/>
<id>urn:sha1:b0acce3b858715a04fba154a23c6ea5fac083a74</id>
<content type='text'>
Signed-off-by: Mel &lt;mel@rnrd.eu&gt;
</content>
</entry>
<entry>
<title>Remove ambiguity from construct expressions and if/for/while blocks</title>
<updated>2025-07-22T03:16:06+00:00</updated>
<author>
<name>Mel</name>
<email>mel@rnrd.eu</email>
</author>
<published>2025-07-22T03:16:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/catskill/commit/?id=52a6c142d7c85520b09e300283154b7ec9c6b9f3'/>
<id>urn:sha1:52a6c142d7c85520b09e300283154b7ec9c6b9f3</id>
<content type='text'>
Signed-off-by: Mel &lt;mel@rnrd.eu&gt;
</content>
</entry>
<entry>
<title>Separate call/construct expression back into parts</title>
<updated>2025-07-17T23:39:28+00:00</updated>
<author>
<name>Mel</name>
<email>mel@rnrd.eu</email>
</author>
<published>2025-07-17T23:39:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/catskill/commit/?id=a37262c61fd577e0e620e024007e0139929e3926'/>
<id>urn:sha1:a37262c61fd577e0e620e024007e0139929e3926</id>
<content type='text'>
This makes it easier to decide whether subject should be interpreted as a type of expression.

Signed-off-by: Mel &lt;mel@rnrd.eu&gt;
</content>
</entry>
<entry>
<title>Add catboot test for simple types</title>
<updated>2025-07-17T23:36:50+00:00</updated>
<author>
<name>Mel</name>
<email>mel@rnrd.eu</email>
</author>
<published>2025-07-17T23:36:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/catskill/commit/?id=9a89772396f13ef27f29e71901a75e4760930cf2'/>
<id>urn:sha1:9a89772396f13ef27f29e71901a75e4760930cf2</id>
<content type='text'>
Signed-off-by: Mel &lt;mel@rnrd.eu&gt;
</content>
</entry>
<entry>
<title>Fix nil-dereference in `parser_node_type_class`</title>
<updated>2025-07-09T22:59:36+00:00</updated>
<author>
<name>Mel</name>
<email>mel@rnrd.eu</email>
</author>
<published>2025-07-09T22:59:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/catskill/commit/?id=d7f66d5a286a1da1240d5f255b7ae171c8b6a93f'/>
<id>urn:sha1:d7f66d5a286a1da1240d5f255b7ae171c8b6a93f</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>Correct handling of empty block nodes</title>
<updated>2025-07-06T01:57:37+00:00</updated>
<author>
<name>Mel</name>
<email>mel@rnrd.eu</email>
</author>
<published>2025-07-06T01:57:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/catskill/commit/?id=660808af50780dae5292c8064d5bddd77246c52b'/>
<id>urn:sha1:660808af50780dae5292c8064d5bddd77246c52b</id>
<content type='text'>
Signed-off-by: Mel &lt;mel@rnrd.eu&gt;
</content>
</entry>
</feed>
