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 637df4983b
2 changed files with 3 additions and 3 deletions

View file

@ -12,6 +12,7 @@ namespace xo {
namespace scm {
/** Register primitive-factories **/
bool interpreter2_register_primitives(obj<xo::mm::AAllocator> gc,
StringTable * stbl,
InstallSink sink,
InstallFlags flags);
}