<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cescal/core/parser.c, branch main</title>
<subtitle>The Cescal programming language
</subtitle>
<id>https://git.mensia.org/cescal/atom?h=main</id>
<link rel='self' href='https://git.mensia.org/cescal/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.mensia.org/cescal/'/>
<updated>2026-05-25T05:12:32Z</updated>
<entry>
<title>parser: Add initial preprocessing macro parsing</title>
<updated>2026-05-25T05:12:32Z</updated>
<author>
<name>Chloe M.</name>
<email>chloe@mirocom.org</email>
</author>
<published>2026-05-25T05:12:32Z</published>
<link rel='alternate' type='text/html' href='https://git.mensia.org/cescal/commit/?id=d0d8ae007bd6afcda2b72ab53d3567d660593241'/>
<id>urn:sha1:d0d8ae007bd6afcda2b72ab53d3567d660593241</id>
<content type='text'>
Signed-off-by: Chloe M. &lt;chloe@mirocom.org&gt;
</content>
</entry>
<entry>
<title>parser: Use 'res' instead of 'tok' indirection</title>
<updated>2026-05-25T05:12:15Z</updated>
<author>
<name>Chloe M.</name>
<email>chloe@mirocom.org</email>
</author>
<published>2026-05-25T05:11:51Z</published>
<link rel='alternate' type='text/html' href='https://git.mensia.org/cescal/commit/?id=3d74850a2fcb755350d3f6efe4195704e872a294'/>
<id>urn:sha1:3d74850a2fcb755350d3f6efe4195704e872a294</id>
<content type='text'>
Signed-off-by: Chloe M. &lt;chloe@mirocom.org&gt;
</content>
</entry>
<entry>
<title>core: parser: Remove debug lines</title>
<updated>2026-05-23T23:24:22Z</updated>
<author>
<name>Chloe M.</name>
<email>chloe@mirocom.org</email>
</author>
<published>2026-05-23T23:23:39Z</published>
<link rel='alternate' type='text/html' href='https://git.mensia.org/cescal/commit/?id=5c3c78f561f50401d26229bd3ed2546558f9e305'/>
<id>urn:sha1:5c3c78f561f50401d26229bd3ed2546558f9e305</id>
<content type='text'>
Signed-off-by: Chloe M. &lt;chloe@mirocom.org&gt;
</content>
</entry>
<entry>
<title>core: parser: Add initial preprocessing stubs</title>
<updated>2026-05-23T23:03:15Z</updated>
<author>
<name>Chloe M.</name>
<email>chloe@mirocom.org</email>
</author>
<published>2026-05-23T23:03:15Z</published>
<link rel='alternate' type='text/html' href='https://git.mensia.org/cescal/commit/?id=8483d3c4456108cfaf469d4d3867608458f39138'/>
<id>urn:sha1:8483d3c4456108cfaf469d4d3867608458f39138</id>
<content type='text'>
Signed-off-by: Chloe M. &lt;chloe@mirocom.org&gt;
</content>
</entry>
<entry>
<title>core: parser: Add parser-side nom function</title>
<updated>2026-05-23T14:36:55Z</updated>
<author>
<name>Chloe M.</name>
<email>chloe@mirocom.org</email>
</author>
<published>2026-05-23T14:36:55Z</published>
<link rel='alternate' type='text/html' href='https://git.mensia.org/cescal/commit/?id=a0b204fadd0ff2dae410e7b9e089de55cf1a4c47'/>
<id>urn:sha1:a0b204fadd0ff2dae410e7b9e089de55cf1a4c47</id>
<content type='text'>
Signed-off-by: Chloe M. &lt;chloe@mirocom.org&gt;
</content>
</entry>
<entry>
<title>core: lexer: Add operational tokens</title>
<updated>2026-05-23T13:01:18Z</updated>
<author>
<name>Ian Moffett</name>
<email>ian@mirocom.org</email>
</author>
<published>2026-05-23T13:01:18Z</published>
<link rel='alternate' type='text/html' href='https://git.mensia.org/cescal/commit/?id=5f726024711e0c803a50e3124820d7d4b214dd93'/>
<id>urn:sha1:5f726024711e0c803a50e3124820d7d4b214dd93</id>
<content type='text'>
Signed-off-by: Ian Moffett &lt;ian@mirocom.org&gt;
</content>
</entry>
<entry>
<title>core: lexer: Add token for ':' byte</title>
<updated>2026-05-23T12:54:14Z</updated>
<author>
<name>Ian Moffett</name>
<email>ian@mirocom.org</email>
</author>
<published>2026-05-23T12:54:14Z</published>
<link rel='alternate' type='text/html' href='https://git.mensia.org/cescal/commit/?id=07859d37359a82542267401a83392519e4984eb3'/>
<id>urn:sha1:07859d37359a82542267401a83392519e4984eb3</id>
<content type='text'>
Signed-off-by: Ian Moffett &lt;ian@mirocom.org&gt;
</content>
</entry>
<entry>
<title>core: lexer: Add unsigned type tokens</title>
<updated>2026-05-23T12:52:56Z</updated>
<author>
<name>Ian Moffett</name>
<email>ian@mirocom.org</email>
</author>
<published>2026-05-23T12:52:56Z</published>
<link rel='alternate' type='text/html' href='https://git.mensia.org/cescal/commit/?id=a6f776e1f2bd634395db0ddbbdf40575ad5bca23'/>
<id>urn:sha1:a6f776e1f2bd634395db0ddbbdf40575ad5bca23</id>
<content type='text'>
Signed-off-by: Ian Moffett &lt;ian@mirocom.org&gt;
</content>
</entry>
<entry>
<title>core: lexer: Add preprocessor tokens</title>
<updated>2026-05-23T12:49:17Z</updated>
<author>
<name>Ian Moffett</name>
<email>ian@mirocom.org</email>
</author>
<published>2026-05-23T12:49:17Z</published>
<link rel='alternate' type='text/html' href='https://git.mensia.org/cescal/commit/?id=62451acdd4dd4cf369a801b0603e2e0841bfb627'/>
<id>urn:sha1:62451acdd4dd4cf369a801b0603e2e0841bfb627</id>
<content type='text'>
Signed-off-by: Ian Moffett &lt;ian@mirocom.org&gt;
</content>
</entry>
<entry>
<title>core: lexer: Add arrow token</title>
<updated>2026-05-23T12:13:45Z</updated>
<author>
<name>Chloe M.</name>
<email>chloe@mirocom.org</email>
</author>
<published>2026-05-23T12:10:57Z</published>
<link rel='alternate' type='text/html' href='https://git.mensia.org/cescal/commit/?id=86645eb137a6d793ea095510ee08b8313c9d0cbe'/>
<id>urn:sha1:86645eb137a6d793ea095510ee08b8313c9d0cbe</id>
<content type='text'>
Signed-off-by: Chloe M. &lt;chloe@mirocom.org&gt;
</content>
</entry>
</feed>
