java2python
java2python copied to clipboard
Conversion point
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