summaryrefslogtreecommitdiff
path: root/starts/meaning-vm/meaning.cpp
diff options
context:
space:
mode:
authorolpc user <olpc@xo-5d-f7-86.localdomain>2019-11-24 00:51:53 -0800
committerolpc user <olpc@xo-5d-f7-86.localdomain>2019-11-24 00:51:53 -0800
commitb3dea01d1ad6803b96865a846b56494506ccc74e (patch)
treeb6d21894711aff4d0fa1197434a03cacfaf0d594 /starts/meaning-vm/meaning.cpp
parentfed2ac694bd028d119581ea05a3376e791aee97d (diff)
downloadstandingwithresilience-b3dea01d1ad6803b96865a846b56494506ccc74e.tar.gz
standingwithresilience-b3dea01d1ad6803b96865a846b56494506ccc74e.zip
changes didn't pan out; next change is big (merging statementevaluable with ref). saving work.
Diffstat (limited to 'starts/meaning-vm/meaning.cpp')
-rw-r--r--starts/meaning-vm/meaning.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/starts/meaning-vm/meaning.cpp b/starts/meaning-vm/meaning.cpp
index a47a0ce..a6156bf 100644
--- a/starts/meaning-vm/meaning.cpp
+++ b/starts/meaning-vm/meaning.cpp
@@ -13,9 +13,9 @@ ref link(ref sourceref, ref typeref, ref targetref)
declrefs(link, source, type, target);
lnks(link-source, link-type, link-target);
return a(link)[
- link-source = sourceref,
- link-type = typeref,
- link-target = targetref
+ link-source << sourceref,
+ link-type << typeref,
+ link-target << targetref
];
}