xo-interpreter2 stack: + stringtable() in RuntimeContext api
This commit is contained in:
parent
a0f178c90a
commit
edd6c50e10
22 changed files with 99 additions and 9 deletions
|
|
@ -75,6 +75,8 @@ namespace xo {
|
|||
|
||||
auto cdr_list = obj<AGCObject,DList>::from(cdr);
|
||||
|
||||
//auto T = DTypeVarRef::_make(rcx.allocator(), "T");
|
||||
|
||||
return DList::cons(rcx.allocator(),
|
||||
car,
|
||||
cdr_list.data());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue