Abusing the Python Abstract Syntax Trees (Protecting a Python Codebase – Part 2)
1–2 of 2 posts
Re: Abusing the Python Abstract Syntax Trees (Protecting a Python Codebase – Part 2)
#2This is an interesting take on using syntax trees to rearrange an in-memory representation of Python code, using parse methods and Visitor methods.
I'm going to follow his other blog posts to see where he is going.