Spaces:
Running
Running
File size: 244 Bytes
8f3f8db |
1 2 3 4 5 6 7 8 |
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: ''
|