<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jkc.git/src/gen_tokens.cc, 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-04-28T20:43:13Z</updated>
<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>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>
<entry>
<title>java: Add tokens</title>
<updated>2025-09-29T07:39:17Z</updated>
<author>
<name>Joel Klinghed</name>
<email>the_jk@spawned.biz</email>
</author>
<published>2025-09-28T20:53:30Z</published>
<link rel='alternate' type='text/html' href='https://git.spawned.biz/jkc.git/commit/?id=1e9e51dae1c01bab7562911b958c47528b8011c8'/>
<id>urn:sha1:1e9e51dae1c01bab7562911b958c47528b8011c8</id>
<content type='text'>
Only parses Java 8 tokens for now.
</content>
</entry>
</feed>
