xo-interpreter2 stack: lambda expr -> closure runs in VSM utest
This commit is contained in:
parent
9a4a6b7188
commit
0170b8dacf
22 changed files with 358 additions and 73 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue