xo-interpreter2 stack: lambda expr -> closure runs in VSM utest

This commit is contained in:
Roland Conybeare 2026-02-08 23:32:20 -05:00
commit 0170b8dacf
22 changed files with 358 additions and 73 deletions

View file

@ -241,10 +241,9 @@ namespace xo {
lambda.data(),
local_env_);
this->value_ = obj<AGCObject>(obj<AGCObject,DClosure>(closure));
// not implemented
assert(false);
this->value_
= obj<AGCObject>(obj<AGCObject,DClosure>(closure));
this->pc_ = this->cont_;
}
void