tech-srl / code2seq

Code for the model presented in the paper: "code2seq: Generating Sequences from Structured Representations of Code"
http://code2seq.org
MIT License
548 stars 165 forks source link

Visualize Python AST #113

Closed Avv22 closed 2 years ago

Avv22 commented 2 years ago

Hello,

I tried to use your website to visualize AST of the code. Your oniline tool supports Java, C# but it does not support Python. Can you please refer a good AST visualizer for Python code? I am not sure if your tool is able to visualize AST for Python, but it gave me error.

Thanks.

urialon commented 2 years ago

Sorry, I don’t know, and our website supports only Java.

But I see that Google gives some relevant results when I search for "python ast visualizer".

Good luck! Uri

On Wed, Jan 19, 2022 at 12:30 Avra @.***> wrote:

Hello,

I tried to use your website to visualize AST of the code. Your oniline tool supports Java, C# but it does not support Python. Can you please refer a good AST visualizer for Python code? I am not sure if your tool is able to visualize AST for Python, but it gave me error.

Thanks.

— Reply to this email directly, view it on GitHub https://github.com/tech-srl/code2seq/issues/113, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADSOXMGGPLN2CYYZSPAFHQ3UW3YKXANCNFSM5MKRPZ6Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

Avv22 commented 2 years ago

@urialon. Thank you.