xo-procedure2: + assign_head + set-car pm impl [WIP]
Not actuall installed in global env
This commit is contained in:
parent
7c347fc139
commit
1ec0d042d1
2 changed files with 47 additions and 0 deletions
|
|
@ -35,6 +35,10 @@ namespace xo {
|
|||
static DPrimitive_gco_2_gco_gco * make_cons_pm(obj<AAllocator> mm,
|
||||
StringTable * stbl);
|
||||
|
||||
/** create primitive: set first member of cons cell **/
|
||||
static DPrimitive_gco_2_gco_gco * make_set_car_pm(obj<AAllocator> mm,
|
||||
StringTable * stbl);
|
||||
|
||||
/** create primitive for creating a dictionary instance **/
|
||||
static DPrimitive_gco_0 * make_dict_make_pm(obj<AAllocator> mm,
|
||||
StringTable * stbl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue