xo-interpreter2 stack: + stringtable() in RuntimeContext api
This commit is contained in:
parent
f1594aab13
commit
0e12e2644e
11 changed files with 62 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