| org.jatha.machine.SECDop org.jatha.machine.opRAP
opRAP | class opRAP extends SECDop (Code) | | opRAP applies a recursive function in an evaluation environment.
It pushes the S, E and C registers on to the D register.
It pushes the car of the topmost S value onto the C register.
((f.(nil.e)) v.s) (nil.e) (RAP.c) d -->
NIL ((v.e).e) f (s e c.d)
Uses S, E, C and D registers.
Modifes S, E, C and D registers.
See Also: SECDMachine author: Micheal S. Hewett hewett@cs.stanford.edu |
Constructor Summary | |
public | opRAP(Jatha lisp) It calls SECDop() with the machine argument
and the label of this instruction. |
opRAP | public opRAP(Jatha lisp)(Code) | | It calls SECDop() with the machine argument
and the label of this instruction.
See Also: SECDMachine |
|
|