java2python icon indicating copy to clipboard operation
java2python copied to clipboard

Conversion point

Open G184792021 opened this issue 1 year ago • 0 comments

I think the process is like creating an AST from the input java program using ANTLR and converting it using java2python, but in which module is the AST→python process performed? I have rewritten the code in default.py, visitor.py, and other modules that might be involved in the conversion with misspellings (“astTransforms” as “astTransforsm”, etc.) and commented out all the code, but the conversion was still performed correctly. Please let me know if you need more information. I am new to programming, so I have a lot to learn. Thank you in advance for your help. Link to java2python https://github.com/natural/java2python

G184792021 avatar Oct 22 '24 09:10 G184792021