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

@ -185,7 +185,7 @@ namespace xo {
* (specifically: local_env_, stack_, cont_)
* after invoking a schematika closure
**/
void _do_applycoda_op();
void _do_apply_cont_op();
/** loop continuation after evaluating element of a SequenceExpr **/
void _do_seq_cont_op();