xo-interpreter2 stack: work on apply for closures [WIP]
This commit is contained in:
parent
497dc8a626
commit
fd0e5613dd
8 changed files with 47 additions and 27 deletions
|
|
@ -19,6 +19,12 @@ namespace xo {
|
|||
return vsm_->allocator();
|
||||
}
|
||||
|
||||
obj<AAllocator>
|
||||
DVsmRcx::error_allocator() const noexcept
|
||||
{
|
||||
return vsm_->error_allocator();
|
||||
}
|
||||
|
||||
} /*namespace scm*/
|
||||
} /*namespace xo*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue