summaryrefslogtreecommitdiff
path: root/src/java_tokens.hh
AgeCommit message (Collapse)Author
4 daysMake clang-tidy happyJoel Klinghed
4 daysjava: Correct java tokens commentsJoel Klinghed
int_value is not set to any index.
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.