Spaces:
Running
Running
File size: 258 Bytes
8f3f8db |
1 2 3 4 5 6 7 8 |
primitive compilation
fetchRcvrExpr
"Return the parse tree for an expression that fetches the receiver from the stack."
| expr |
expr := 'rcvr := ', self vmNameString, ' stackValue: (', args size printString, ')'.
^ self statementsFor: expr varName: ''
|