SoftwareUnderstanding / inspect4py

Static code analysis package for Python repositories
https://inspect4py.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
28 stars 10 forks source link

Return AST #325

Open dgarijo opened 2 years ago

dgarijo commented 2 years ago

We use ASTs to return many features, but we should also return the ASTs itself.

That way we can start implement different encoding mechanisms for code.