Step 149: add Java parser and generator

This commit is contained in:
Bill
2026-02-09 18:54:52 -07:00
parent fa030c0186
commit 52b54575ec
12 changed files with 1324 additions and 3 deletions

View File

@@ -243,7 +243,7 @@ adds full semantic support.
for documentation.
*Modifies:* `Generator.h`
- [ ] **Step 149: Java CST-to-AST and generator**
- [x] **Step 149: Java CST-to-AST and generator**
Full tree-sitter Java parsing: classes, interfaces, methods, generics,
annotations (Java @annotations map to Whetstone annotations), try/catch,
lambdas. Generator produces compilable Java with proper class wrapping,