xo-interpreter2 stack: refactor: move cons() pm to object2/

This commit is contained in:
Roland Conybeare 2026-03-15 11:51:37 -05:00
commit 7be6463835
3 changed files with 28 additions and 1 deletions

View file

@ -62,6 +62,7 @@ namespace xo {
bool ok = true;
ok = ok & install_aux(sink, ObjectPrimitives::make_nth_pm(mm), flags);
ok = ok & install_aux(sink, ObjectPrimitives::make_cons_pm(mm), flags);
ok = ok & install_aux(sink, ObjectPrimitives::make_dict_make_pm(mm), flags);
ok = ok & install_aux(sink, ObjectPrimitives::make_dict_upsert_pm(mm), flags);