xo-interpreter2 stack: refactor: move dict pms to object2/
This commit is contained in:
parent
6d6066995a
commit
384fe25bcb
3 changed files with 67 additions and 5 deletions
|
|
@ -5,7 +5,6 @@
|
|||
|
||||
#include "procedure2_register_primitives.hpp"
|
||||
#include "ObjectPrimitives.hpp"
|
||||
#include "Primitive_gco_2_gco_gco.hpp"
|
||||
#include <xo/object2/Sequence.hpp>
|
||||
#include <xo/object2/Integer.hpp>
|
||||
|
||||
|
|
@ -63,6 +62,8 @@ namespace xo {
|
|||
bool ok = true;
|
||||
|
||||
ok = ok & install_aux(sink, ObjectPrimitives::make_nth_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);
|
||||
|
||||
return ok;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue