diff options
Diffstat (limited to 'src/interp/g-opt.boot')
-rw-r--r-- | src/interp/g-opt.boot | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/interp/g-opt.boot b/src/interp/g-opt.boot index 827aecd4..85da2c38 100644 --- a/src/interp/g-opt.boot +++ b/src/interp/g-opt.boot @@ -403,8 +403,9 @@ $VMsideEffectFreeOperators == 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 - %and %or %not %eq %ieq %equal %lt %le %gt %ge %head %tail - %imul %iadd %isub %igcd) + %and %or %not %eq %ieq %ilt %ile %igt %ige %head %tail + %imul %iadd %isub %igcd %ilcm %iexp %imin %imax + %feq %flt %fle %fgt %fge %fmul %fadd %fsub %fexp %fmin %fmax) ++ List of simple VM operators $simpleVMoperators == |