<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jkc.git, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.spawned.biz/jkc.git/atom?h=main</id>
<link rel='self' href='https://git.spawned.biz/jkc.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.spawned.biz/jkc.git/'/>
<updated>2026-05-02T08:54:02Z</updated>
<entry>
<title>WIP</title>
<updated>2026-05-02T08:54:02Z</updated>
<author>
<name>Joel Klinghed</name>
<email>the_jk@spawned.biz</email>
</author>
<published>2026-05-01T16:45:23Z</published>
<link rel='alternate' type='text/html' href='https://git.spawned.biz/jkc.git/commit/?id=19005581a0d35233f862e57308734d3486569bb9'/>
<id>urn:sha1:19005581a0d35233f862e57308734d3486569bb9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Suppress warning in generated code for GCC</title>
<updated>2026-04-28T20:43:13Z</updated>
<author>
<name>Joel Klinghed</name>
<email>the_jk@spawned.biz</email>
</author>
<published>2026-04-28T20:43:13Z</published>
<link rel='alternate' type='text/html' href='https://git.spawned.biz/jkc.git/commit/?id=957b8404b8f902fee6a8de144e6274f05b55d342'/>
<id>urn:sha1:957b8404b8f902fee6a8de144e6274f05b55d342</id>
<content type='text'>
-Wunused-lambda-capture is a clang warning, so GCC complains about
unknown pragma. So suppress unknown pragma warning as well.
</content>
</entry>
<entry>
<title>Make clang-tidy happy</title>
<updated>2026-04-28T20:43:08Z</updated>
<author>
<name>Joel Klinghed</name>
<email>the_jk@spawned.biz</email>
</author>
<published>2026-04-28T20:42:48Z</published>
<link rel='alternate' type='text/html' href='https://git.spawned.biz/jkc.git/commit/?id=665bb6a5202ad0ca30e60bec338ca65853c1b131'/>
<id>urn:sha1:665bb6a5202ad0ca30e60bec338ca65853c1b131</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixup! grammar: Expand parsing to handle syntax grammar</title>
<updated>2026-04-28T20:42:15Z</updated>
<author>
<name>Joel Klinghed</name>
<email>the_jk@spawned.biz</email>
</author>
<published>2026-04-28T20:42:15Z</published>
<link rel='alternate' type='text/html' href='https://git.spawned.biz/jkc.git/commit/?id=2f43e9123dc406112d0802a82698cd124f42a794'/>
<id>urn:sha1:2f43e9123dc406112d0802a82698cd124f42a794</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixup! java: Add tokens support for Java 21</title>
<updated>2026-04-28T20:26:35Z</updated>
<author>
<name>Joel Klinghed</name>
<email>the_jk@spawned.biz</email>
</author>
<published>2026-04-28T20:26:35Z</published>
<link rel='alternate' type='text/html' href='https://git.spawned.biz/jkc.git/commit/?id=b6dce2750b6dcd06b9fc2e6cdefe353957c5092b'/>
<id>urn:sha1:b6dce2750b6dcd06b9fc2e6cdefe353957c5092b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>grammar: Expand parsing to handle syntax grammar</title>
<updated>2026-04-28T20:26:12Z</updated>
<author>
<name>Joel Klinghed</name>
<email>the_jk@spawned.biz</email>
</author>
<published>2026-04-28T20:24:11Z</published>
<link rel='alternate' type='text/html' href='https://git.spawned.biz/jkc.git/commit/?id=ed00d6111ec63faffe1aee21efb9d66df69a0df3'/>
<id>urn:sha1:ed00d6111ec63faffe1aee21efb9d66df69a0df3</id>
<content type='text'>
Introduce anonymous elements to handle more complicated symbols
</content>
</entry>
<entry>
<title>grammar: More verbose error</title>
<updated>2026-04-28T19:09:28Z</updated>
<author>
<name>Joel Klinghed</name>
<email>the_jk@spawned.biz</email>
</author>
<published>2026-04-28T19:09:16Z</published>
<link rel='alternate' type='text/html' href='https://git.spawned.biz/jkc.git/commit/?id=42643b5543408b9c0b62b16b86834211db1c05e8'/>
<id>urn:sha1:42643b5543408b9c0b62b16b86834211db1c05e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>java: Correct java tokens comments</title>
<updated>2026-04-28T19:03:22Z</updated>
<author>
<name>Joel Klinghed</name>
<email>the_jk@spawned.biz</email>
</author>
<published>2026-04-28T19:03:22Z</published>
<link rel='alternate' type='text/html' href='https://git.spawned.biz/jkc.git/commit/?id=e2d0c3596510f152a8d65bc8802414864e1825b2'/>
<id>urn:sha1:e2d0c3596510f152a8d65bc8802414864e1825b2</id>
<content type='text'>
int_value is not set to any index.
</content>
</entry>
<entry>
<title>java: Cleanup generated token files</title>
<updated>2026-04-28T19:02:59Z</updated>
<author>
<name>Joel Klinghed</name>
<email>the_jk@spawned.biz</email>
</author>
<published>2026-04-28T19:02:59Z</published>
<link rel='alternate' type='text/html' href='https://git.spawned.biz/jkc.git/commit/?id=eb5f86052b768a2d87742233fb729a318a551410'/>
<id>urn:sha1:eb5f86052b768a2d87742233fb729a318a551410</id>
<content type='text'>
Remove unused include and fix double spacing.
</content>
</entry>
<entry>
<title>java: Add tokens support for Java 21</title>
<updated>2025-09-29T07:50:47Z</updated>
<author>
<name>Joel Klinghed</name>
<email>the_jk@spawned.biz</email>
</author>
<published>2025-09-29T07:39:49Z</published>
<link rel='alternate' type='text/html' href='https://git.spawned.biz/jkc.git/commit/?id=d196d51e07f50f3510c43ad375c5559b58860023'/>
<id>urn:sha1:d196d51e07f50f3510c43ad375c5559b58860023</id>
<content type='text'>
Some new keywords, I opted to modify java-8 grammar to use the new
names, even if they are not going to match anything. Makes the
tokenizer easier to write.
</content>
</entry>
</feed>
