xo-interpreter2 stack: work on apply for closures [WIP]
This commit is contained in:
parent
ce5232efd9
commit
5b97cddbcd
10 changed files with 79 additions and 31 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