wala / graph4code

GraphGen4Code: a toolkit for creating code knowledge graphs based on WALA code analysis and extraction of documentation and forum content.
https://wala.github.io/graph4code/
Eclipse Public License 2.0
231 stars 33 forks source link

Does WALA support Python? #7

Closed v587su closed 3 years ago

v587su commented 3 years ago

You mentioned in the paper that WALA can analyze Python source code, but I can't find python support in WALA's README. How can I use WALA for analysing Python source code?

ksrinivs64 commented 3 years ago

Will have this done by end of week.

ksrinivs64 commented 3 years ago

I've updated the instructions in the main readme for how to use WALA on Python scripts to do your own analysis. Please give it a try and let me know if you have issues.

v587su commented 3 years ago

I've updated the instructions in the main readme for how to use WALA on Python scripts to do your own analysis. Please give it a try and let me know if you have issues.

Thanks. It works. Really appreciate your work.