soiz1's picture
Upload folder using huggingface_hub
8f3f8db verified
raw
history blame contribute delete
258 Bytes
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: ''