<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cescal/include, 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-24T01:56:24Z</updated>
<entry>
<title>core: symbol: Add symbol management</title>
<updated>2026-05-24T01:56:24Z</updated>
<author>
<name>Ian Moffett</name>
<email>ian@mirocom.org</email>
</author>
<published>2026-05-24T01:50:43Z</published>
<link rel='alternate' type='text/html' href='https://git.mensia.org/cescal/commit/?id=85c21a81bb07b8871e66fa80d377b330ab5104f1'/>
<id>urn:sha1:85c21a81bb07b8871e66fa80d377b330ab5104f1</id>
<content type='text'>
Signed-off-by: Ian Moffett &lt;ian@mirocom.org&gt;
</content>
</entry>
<entry>
<title>core: tokbuf: Fix up token buffer</title>
<updated>2026-05-23T23:01:51Z</updated>
<author>
<name>Chloe M.</name>
<email>chloe@mirocom.org</email>
</author>
<published>2026-05-23T23:01:51Z</published>
<link rel='alternate' type='text/html' href='https://git.mensia.org/cescal/commit/?id=71f232282a6bb3a45bd020e3681ac0dd90371c63'/>
<id>urn:sha1:71f232282a6bb3a45bd020e3681ac0dd90371c63</id>
<content type='text'>
Signed-off-by: Chloe M. &lt;chloe@mirocom.org&gt;
</content>
</entry>
<entry>
<title>core: tokbuf: Dynamically expand token buffer</title>
<updated>2026-05-23T15:35:31Z</updated>
<author>
<name>Ian Moffett</name>
<email>ian@mirocom.org</email>
</author>
<published>2026-05-23T15:35:31Z</published>
<link rel='alternate' type='text/html' href='https://git.mensia.org/cescal/commit/?id=833978f41433c526b9614f8c772896a0bd6e31cc'/>
<id>urn:sha1:833978f41433c526b9614f8c772896a0bd6e31cc</id>
<content type='text'>
Signed-off-by: Ian Moffett &lt;ian@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>
<entry>
<title>core: lexer: Add comment skipping</title>
<updated>2026-05-23T12:13:45Z</updated>
<author>
<name>Chloe M.</name>
<email>chloe@mirocom.org</email>
</author>
<published>2026-05-23T12:09:05Z</published>
<link rel='alternate' type='text/html' href='https://git.mensia.org/cescal/commit/?id=3e3ccae003ad0990555d17590588672aedc428c4'/>
<id>urn:sha1:3e3ccae003ad0990555d17590588672aedc428c4</id>
<content type='text'>
Signed-off-by: Chloe M. &lt;chloe@mirocom.org&gt;
</content>
</entry>
<entry>
<title>core: state: Keep track of current pass</title>
<updated>2026-05-23T11:09:12Z</updated>
<author>
<name>Chloe M.</name>
<email>chloe@mirocom.org</email>
</author>
<published>2026-05-23T11:09:12Z</published>
<link rel='alternate' type='text/html' href='https://git.mensia.org/cescal/commit/?id=596e63e468b9aa56683b5f2ea31296cb808552b8'/>
<id>urn:sha1:596e63e468b9aa56683b5f2ea31296cb808552b8</id>
<content type='text'>
Signed-off-by: Chloe M. &lt;chloe@mirocom.org&gt;
</content>
</entry>
</feed>
