adds message get and set instructions
This commit is contained in:
@ -51,7 +51,7 @@ Then a new Method receives the message, creates a Frame for local and temporary
|
||||
|
||||
The important thing here is that Messages and Frames are normal objects.
|
||||
|
||||
Anf interestingly we can partly use ruby to find the method, so in a way it is not just a top down transformation. but
|
||||
And interestingly we can partly use ruby to find the method, so in a way it is not just a top down transformation. but
|
||||
the sending goes back up and then down again.
|
||||
|
||||
The Message object is the second parameter to the compile method, the run-time part as it were.
|
||||
|
Reference in New Issue
Block a user