On Apr 22, 2013, at 1:33 PM, Guillermo Polito <guillermopolito@gmail.com> wrote:




In Opal, self, super, thiscontex is in the Method Scope while self and super is in the
Instance scope.

So the lookup is

temps + thisContext
ivars + self + super
literal vars

I want it :)

it is in the image� it's a complete parallel implementation.

| ast |
ast := (RBParser parseMethod: 'do ^thisContext').
ast doSemanticAnalysis.
ast body statements first value ocBinding isTemp

--> false