summaryrefslogtreecommitdiff
path: root/src/gen_tokens.cc
AgeCommit message (Collapse)Author
2025-09-29java: Add tokens support for Java 21Joel Klinghed
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.
2025-09-29java: Add tokensJoel Klinghed
Only parses Java 8 tokens for now.