<feed xmlns='http://www.w3.org/2005/Atom'>
<title>catskill/boot/tests/parse, branch main</title>
<subtitle>a c preprocessor with delusions of grandeur.</subtitle>
<id>http://git.rnrd.eu/catskill/atom/boot/tests/parse?h=main</id>
<link rel='self' href='http://git.rnrd.eu/catskill/atom/boot/tests/parse?h=main'/>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/catskill/'/>
<updated>2025-07-23T01:56:24+00:00</updated>
<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>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>
<entry>
<title>Parse variadic parameters in function definitions</title>
<updated>2025-07-06T01:32:07+00:00</updated>
<author>
<name>Mel</name>
<email>mel@rnrd.eu</email>
</author>
<published>2025-07-06T01:32:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/catskill/commit/?id=ebd176b8e7eb14060375a28d6ac50500d9d2c808'/>
<id>urn:sha1:ebd176b8e7eb14060375a28d6ac50500d9d2c808</id>
<content type='text'>
Signed-off-by: Mel &lt;mel@rnrd.eu&gt;
</content>
</entry>
<entry>
<title>Correctly recurse over self-containing non-homogenous postfix-type expressions</title>
<updated>2025-07-05T20:48:09+00:00</updated>
<author>
<name>Mel</name>
<email>mel@rnrd.eu</email>
</author>
<published>2025-07-05T20:48:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/catskill/commit/?id=620d82a5e314a82784e02b4af387a67d53242149'/>
<id>urn:sha1:620d82a5e314a82784e02b4af387a67d53242149</id>
<content type='text'>
Signed-off-by: Mel &lt;mel@rnrd.eu&gt;
</content>
</entry>
<entry>
<title>Try (?) &amp; must (!) expressions</title>
<updated>2025-07-05T18:27:08+00:00</updated>
<author>
<name>Mel</name>
<email>mel@rnrd.eu</email>
</author>
<published>2025-07-05T18:27:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/catskill/commit/?id=b71f85a7c3ee9e36b6eab9f113436fa990f6e561'/>
<id>urn:sha1:b71f85a7c3ee9e36b6eab9f113436fa990f6e561</id>
<content type='text'>
Signed-off-by: Mel &lt;mel@rnrd.eu&gt;
</content>
</entry>
<entry>
<title>Tree printer handle whitespace more consistently</title>
<updated>2025-07-04T21:35:45+00:00</updated>
<author>
<name>Mel</name>
<email>mel@rnrd.eu</email>
</author>
<published>2025-07-04T21:35:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/catskill/commit/?id=36d20bebd14acb83c9160b05c3946af8e96e2a18'/>
<id>urn:sha1:36d20bebd14acb83c9160b05c3946af8e96e2a18</id>
<content type='text'>
Signed-off-by: Mel &lt;mel@rnrd.eu&gt;
</content>
</entry>
</feed>
