daviis / PyDucker

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

Visit while #48

Closed daviis closed 9 years ago

daviis commented 9 years ago

This is a fork from visitLoadStore. It has the implementation for visit_while and the needed visits under it. I also alphabetized the visits in the initial walker.

Isaac

daviis commented 9 years ago

Because it is a fork from visitLoadStore do that evaluation first

JakeAlbee commented 9 years ago

Looked at the visitLoadStore and that worked. THis one works as well, looks good