diff options
Diffstat (limited to 'src/interp')
-rw-r--r-- | src/interp/g-opt.boot | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/interp/g-opt.boot b/src/interp/g-opt.boot index edcdb00e..827aecd4 100644 --- a/src/interp/g-opt.boot +++ b/src/interp/g-opt.boot @@ -402,7 +402,9 @@ $VMsideEffectFreeOperators == SPADfirst QVELT _+ _- _* _< _= _<_= _> _>_= ASH INTEGER_-LENGTH QEQCAR QCDR QCAR INTEGERP FLOATP STRINGP IDENTP SYMBOLP MINUSP GREATERP ZEROP ODDP FLOAT_-RADIX FLOAT FLOAT_-SIGN FLOAT_-DIGITS - CGREATERP GGREATERP CHAR BOOLE GET BVEC_-GREATER FUNCALL) + CGREATERP GGREATERP CHAR BOOLE GET BVEC_-GREATER FUNCALL + %and %or %not %eq %ieq %equal %lt %le %gt %ge %head %tail + %imul %iadd %isub %igcd) ++ List of simple VM operators $simpleVMoperators == |