xo-interpreter2 stack: + dict type + pop more pm types
This commit is contained in:
parent
692a9a7f1b
commit
44c687dbfe
2 changed files with 5 additions and 1 deletions
|
|
@ -12,6 +12,7 @@ namespace xo {
|
|||
namespace scm {
|
||||
/** Register primitive factories with primitive registry **/
|
||||
bool numeric_register_primitives(obj<xo::mm::AAllocator> mm,
|
||||
StringTable * stbl,
|
||||
InstallSink sink,
|
||||
InstallFlags flags);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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