xo-interpreter2 stack: lambda expr -> closure runs in VSM utest
This commit is contained in:
parent
82c82ea332
commit
e219ea0db3
13 changed files with 179 additions and 13 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