You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: