| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 4 days | Suppress warning in generated code for GCC | Joel Klinghed | |
| -Wunused-lambda-capture is a clang warning, so GCC complains about unknown pragma. So suppress unknown pragma warning as well. | |||
| 4 days | java: Cleanup generated token files | Joel Klinghed | |
| Remove unused include and fix double spacing. | |||
| 2025-09-29 | java: Add tokens support for Java 21 | Joel 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-29 | java: Add tokens | Joel Klinghed | |
| Only parses Java 8 tokens for now. | |||
