sparkslabs / pyxie

Little Python to C++ compiler
Apache License 2.0
92 stars 23 forks source link

Decorate CppNode transformations that use nestslists forms of iiNodes to use the thunk #20

Closed sparkslabs closed 6 years ago

sparkslabs commented 7 years ago

Currently lots of code uses the nested list forms of iiNodes, and when we start transforming the code, there will be a transition where both iiNodes and nested lists co-exist. (Hopefully brief and not during a release)

It would be nice for mainline code to function then though, hence the need to transform both to a single form on the way in.

sparkslabs commented 6 years ago

Implemented