daviis / PyDucker

A static ducking tool for python 3 source code
2 stars 2 forks source link

Control Bean #20

Closed daviis closed 9 years ago

daviis commented 9 years ago

We need a way to handle left aligned assignments/loops/etc that isn't wrapping them in a FunDefBean because they are global and could be anything at anytime.

daviis commented 9 years ago

I think I was wrong about how we should be handling flow of control and it should just be recursed.