hogoww / Illicium

Translation from Pharo to C
3 stars 1 forks source link

WalkerVisitor does not work well with inheritance #69

Closed hogoww closed 4 years ago

hogoww commented 4 years ago

VisitOperator: is fine, but visitSpecificOperator: is empty, because it does not declare variables VisitHierarchy walker seems fine.

Walker visitor should visit AllInstVar maybe? Not sure. Maybe it just should not be used.