xo-interpreter2 stack: + dict type + pop more pm types

This commit is contained in:
Roland Conybeare 2026-03-16 09:03:24 -05:00
commit 44c687dbfe
2 changed files with 5 additions and 1 deletions

View file

@ -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);
}