<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cescal/core/lexer.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-23T13:01:18Z</updated>
<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: Fix up putback pop in consumption function</title>
<updated>2026-05-23T13:01:02Z</updated>
<author>
<name>Ian Moffett</name>
<email>ian@mirocom.org</email>
</author>
<published>2026-05-23T13:01:02Z</published>
<link rel='alternate' type='text/html' href='https://git.mensia.org/cescal/commit/?id=2ec8122a91fc09d6ce0dff502718b139a9d5689d'/>
<id>urn:sha1:2ec8122a91fc09d6ce0dff502718b139a9d5689d</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: Return -1 on bad ident</title>
<updated>2026-05-23T12:13:45Z</updated>
<author>
<name>Chloe M.</name>
<email>chloe@mirocom.org</email>
</author>
<published>2026-05-23T12:13:25Z</published>
<link rel='alternate' type='text/html' href='https://git.mensia.org/cescal/commit/?id=82e68e92a92e8973dcca8d94f175c9d16be94c80'/>
<id>urn:sha1:82e68e92a92e8973dcca8d94f175c9d16be94c80</id>
<content type='text'>
Signed-off-by: Chloe M. &lt;chloe@mirocom.org&gt;
</content>
</entry>
<entry>
<title>core: lexer: Add token for 'return' keyword</title>
<updated>2026-05-23T12:13:45Z</updated>
<author>
<name>Chloe M.</name>
<email>chloe@mirocom.org</email>
</author>
<published>2026-05-23T12:12:41Z</published>
<link rel='alternate' type='text/html' href='https://git.mensia.org/cescal/commit/?id=f6e7360fd5aa5e8870579f0f6ef9a55c73de6c74'/>
<id>urn:sha1:f6e7360fd5aa5e8870579f0f6ef9a55c73de6c74</id>
<content type='text'>
Signed-off-by: Chloe M. &lt;chloe@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: lexer: Fix up whitespace skipping</title>
<updated>2026-05-23T12:13:45Z</updated>
<author>
<name>Chloe M.</name>
<email>chloe@mirocom.org</email>
</author>
<published>2026-05-23T12:08:48Z</published>
<link rel='alternate' type='text/html' href='https://git.mensia.org/cescal/commit/?id=50bd6324feb9c129067cb60586e8690fee1a81bf'/>
<id>urn:sha1:50bd6324feb9c129067cb60586e8690fee1a81bf</id>
<content type='text'>
Signed-off-by: Chloe M. &lt;chloe@mirocom.org&gt;
</content>
</entry>
</feed>
