1 comment

[ 2.9 ms ] story [ 9.8 ms ] thread
This 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.