xo-interpreter: + VSM work in progress
This commit is contained in:
parent
6e8ae6926b
commit
dc88663271
10 changed files with 307 additions and 7 deletions
|
|
@ -18,6 +18,15 @@ namespace xo {
|
|||
/** Evaluate expression in expr register **/
|
||||
eval,
|
||||
|
||||
/** Apply function in stack frame
|
||||
* See diagram in VirtualSchematikaMachine::_do_eval_apply_op
|
||||
**/
|
||||
apply,
|
||||
/** Eval arguments to function.
|
||||
* See diagram in VirtualSchematikaMachine::_do_eval_apply_op
|
||||
**/
|
||||
evalargs,
|
||||
|
||||
/** sentinel, counts number of opcodes **/
|
||||
N,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue