<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-05-28T02:24:51+00:00</updated>
<entry>
<title>Correct type modifier combinations and grouping</title>
<updated>2026-05-28T02:24:51+00:00</updated>
<author>
<name>Mel</name>
<email>mel@rnrd.eu</email>
</author>
<published>2026-05-28T02:24:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/catskill/commit/?id=4ec376b67d605910cb7757dc2e15a28a942f59ca'/>
<id>urn:sha1:4ec376b67d605910cb7757dc2e15a28a942f59ca</id>
<content type='text'>
Signed-off-by: Mel &lt;mel@rnrd.eu&gt;
</content>
</entry>
<entry>
<title>Add tests for function value passing and capturing closure behavior</title>
<updated>2026-05-27T23:17:32+00:00</updated>
<author>
<name>Mel</name>
<email>mel@rnrd.eu</email>
</author>
<published>2026-05-27T23:17:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/catskill/commit/?id=a5b24e3eedc8bd48de99cfb90abb3bececa5d29f'/>
<id>urn:sha1:a5b24e3eedc8bd48de99cfb90abb3bececa5d29f</id>
<content type='text'>
Signed-off-by: Mel &lt;mel@rnrd.eu&gt;
</content>
</entry>
<entry>
<title>Allow no arguments for calls and constructs</title>
<updated>2026-05-27T23:06:31+00:00</updated>
<author>
<name>Mel</name>
<email>mel@rnrd.eu</email>
</author>
<published>2026-05-27T23:06:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/catskill/commit/?id=351433f3f7dc3f1051a9875402502663fe8a0be8'/>
<id>urn:sha1:351433f3f7dc3f1051a9875402502663fe8a0be8</id>
<content type='text'>
Signed-off-by: Mel &lt;mel@rnrd.eu&gt;
</content>
</entry>
<entry>
<title>Test runner should ignore any hidden files in test folders</title>
<updated>2026-05-27T23:01:47+00:00</updated>
<author>
<name>Mel</name>
<email>mel@rnrd.eu</email>
</author>
<published>2026-05-27T23:01:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/catskill/commit/?id=7dda10e54ebf303509cb7dcf7a3c60ec2de399d2'/>
<id>urn:sha1:7dda10e54ebf303509cb7dcf7a3c60ec2de399d2</id>
<content type='text'>
Signed-off-by: Mel &lt;mel@rnrd.eu&gt;
</content>
</entry>
<entry>
<title>Use semicolon tokens as statement separators</title>
<updated>2026-05-27T22:36:13+00:00</updated>
<author>
<name>Mel</name>
<email>mel@rnrd.eu</email>
</author>
<published>2026-05-27T22:36:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/catskill/commit/?id=1aef923b312f2bc9c0963381eae8619c187081c6'/>
<id>urn:sha1:1aef923b312f2bc9c0963381eae8619c187081c6</id>
<content type='text'>
Signed-off-by: Mel &lt;mel@rnrd.eu&gt;
</content>
</entry>
<entry>
<title>Split endless and while loops into `loop` and `while`</title>
<updated>2026-05-27T22:29:53+00:00</updated>
<author>
<name>Mel</name>
<email>mel@rnrd.eu</email>
</author>
<published>2026-05-27T22:29:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/catskill/commit/?id=7db79f43b431b94d525308699a87a3daeff31d92'/>
<id>urn:sha1:7db79f43b431b94d525308699a87a3daeff31d92</id>
<content type='text'>
Signed-off-by: Mel &lt;mel@rnrd.eu&gt;
</content>
</entry>
<entry>
<title>Power operator via runtime library implementation</title>
<updated>2026-05-24T18:30:11+00:00</updated>
<author>
<name>Mel</name>
<email>mel@rnrd.eu</email>
</author>
<published>2026-05-24T18:30:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/catskill/commit/?id=7af54064b23efe1f18fab9e7ee20b0fc811c36b5'/>
<id>urn:sha1:7af54064b23efe1f18fab9e7ee20b0fc811c36b5</id>
<content type='text'>
Signed-off-by: Mel &lt;mel@rnrd.eu&gt;
</content>
</entry>
<entry>
<title>Emit IR/C increment/decrement in expression position</title>
<updated>2026-05-24T18:14:29+00:00</updated>
<author>
<name>Mel</name>
<email>mel@rnrd.eu</email>
</author>
<published>2026-05-24T18:14:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/catskill/commit/?id=2a893246711442dd8407264c05991b44d1d1f66f'/>
<id>urn:sha1:2a893246711442dd8407264c05991b44d1d1f66f</id>
<content type='text'>
Signed-off-by: Mel &lt;mel@rnrd.eu&gt;
</content>
</entry>
<entry>
<title>Make diagnostics generic over passes, condensing different error handling</title>
<updated>2026-05-24T16:18:23+00:00</updated>
<author>
<name>Mel</name>
<email>mel@rnrd.eu</email>
</author>
<published>2026-05-24T16:18:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/catskill/commit/?id=a76fd9b5af153773273121c7aec2a9cbeed1dfb7'/>
<id>urn:sha1:a76fd9b5af153773273121c7aec2a9cbeed1dfb7</id>
<content type='text'>
Signed-off-by: Mel &lt;mel@rnrd.eu&gt;
</content>
</entry>
<entry>
<title>Lowering pass test harness, and initial pass test suite</title>
<updated>2026-05-06T16:49:26+00:00</updated>
<author>
<name>Mel</name>
<email>mel@rnrd.eu</email>
</author>
<published>2026-05-06T16:49:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/catskill/commit/?id=952250b6d79063aa1066b0e945d58360bd70d09f'/>
<id>urn:sha1:952250b6d79063aa1066b0e945d58360bd70d09f</id>
<content type='text'>
Signed-off-by: Mel &lt;mel@rnrd.eu&gt;
</content>
</entry>
</feed>
