xo-interpreter2 stack: refactor: move cwd() -> ObjectPrimitives
This commit is contained in:
parent
f72d7aac25
commit
32b26d1163
3 changed files with 22 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ namespace xo {
|
|||
|
||||
bool ok = true;
|
||||
|
||||
ok = ok & install_aux(sink, ObjectPrimitives::make_cwd_pm(mm), flags);
|
||||
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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue