sparkslabs / pyxie

Little Python to C++ compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

227. .get_type() should be delegated, not rely on internal pynode details.

sparkslabs opened this issue · comments

Current analysis code should really ask nodes to provide their type rather than assume pynodes have particular internals. (Primarily to deal with edge cases better)

(imported from trello)

This is a bit moot currently, so since this is a "Should" rather than a major problem right now, closing. It's still in the wishlist on trello though, so it may recur later if appropriate.