xo-interpreter2 stack: handle SequenceExpr + gc for frames
This commit is contained in:
parent
cfa5692804
commit
caed95c54d
22 changed files with 559 additions and 36 deletions
|
|
@ -33,6 +33,9 @@ namespace xo {
|
|||
**/
|
||||
applycoda,
|
||||
|
||||
/** Loop over elements of a SequenceExpr **/
|
||||
seq_cont,
|
||||
|
||||
/** sentinel, counts number of opcodes **/
|
||||
N,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue