xo-interpreter2 stack: + dict type + pop more pm types
This commit is contained in:
parent
edd6c50e10
commit
3b448dc02b
15 changed files with 117 additions and 31 deletions
|
|
@ -49,8 +49,11 @@ namespace xo {
|
|||
}
|
||||
|
||||
bool
|
||||
numeric_register_primitives(obj<AAllocator> mm, InstallSink sink, InstallFlags flags)
|
||||
numeric_register_primitives(obj<AAllocator> mm, StringTable * stbl,
|
||||
InstallSink sink, InstallFlags flags)
|
||||
{
|
||||
(void)stbl;
|
||||
|
||||
scope log(XO_DEBUG(true));
|
||||
|
||||
bool ok = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue