daviis / PyDucker

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

Binop visitor attempt #30

Closed daviis closed 9 years ago

daviis commented 9 years ago

Moved the generator to the individual visit_* method so it would stay intact over the fun calls. This made it so types can be gotten from a binop of ints or strs.

Still need to look into how it will do with other methods and non magic methods and all sorts of other things but, it looks like this frame work has some merit.

Isaac