soiz1's picture
Upload folder using huggingface_hub
8f3f8db verified
raw
history blame contribute delete
220 Bytes
private
checkSuccessExpr
"Return the parse tree for an expression that aborts the primitive if primFailCode is set."
| expr |
expr := 'interpreterProxy failed ifTrue: [^nil]'.
^ self statementsFor: expr varName: ''