stack overflow fixes

This commit is contained in:
2026-06-08 18:28:08 +02:00
parent a4a3493b42
commit ebb9fb5425
4 changed files with 239 additions and 60 deletions

View File

@@ -1,3 +1,9 @@
1.extract from all possible formats (ask chatgpt)
json, xml, maybe yaml
json, xml, maybe yaml
2. [PLAN] Support external dependencies (JARs/compiled classes):
- Enable binding resolution in ASTParser (`setResolveBindings(true)`).
- Configure ASTParser with project classpath (including JARs).
- Refactor `CodebaseContext` to handle resolved bindings, not just local AST nodes.
- Implement tests using external libraries as base classes.