-
Notifications
You must be signed in to change notification settings - Fork 183
Closed
Labels
Description
Python has a rich AST module. We can most likely render this into an abstract representation pipe it into the existing infrastructure in this library. How might one go about adapting your code to do this?
Edit:
I saw your emailed suggestion to use a serialization format to read it into Java. I think I can render the tree into JSON, could I hand that off to your library?
I found ast2json, but it looks a little outdated. There's also this python-astexport github project, I'll look into these.