Enum stark::sail::eval::Opcode [−][src]
#[repr(u8)] pub enum Opcode { PreEval, Eval, Bind, Mutate, DoSeq, While, Branch, PreApp, Apply, }
Expand description
Operation code for the frame; stored as a tag at the frame start
Variants
Expression to be evaluated
List to be evaluated
Symbol, object
Symbol, object
Remainder of list to do
Predicate, result, loop body
Predicate result, true path, false path
Procedure, argument list
Procedure, all arguments