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