xo-interpreter2 stack: apply user-defined lambda passes utest

This commit is contained in:
Roland Conybeare 2026-02-13 16:06:19 -05:00
commit cc98f515bd
7 changed files with 48 additions and 21 deletions

View file

@ -31,7 +31,7 @@ namespace xo {
/** Coda to restore vsm registers (local_env, stack, cont)
* after invoking a closure
**/
applycoda,
apply_cont,
/** Loop over elements of a SequenceExpr **/
seq_cont,