From 50be8bb8697b23ff469de142eaebe9666c2a9537 Mon Sep 17 00:00:00 2001 From: olpc user Date: Sun, 24 Nov 2019 10:50:02 -0800 Subject: wip fixing up, decided to refactor: see top of helpers.cpp --- starts/meaning-vm/meaning.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'starts/meaning-vm/meaning.cpp') diff --git a/starts/meaning-vm/meaning.cpp b/starts/meaning-vm/meaning.cpp index a6156bf..a47a0ce 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 ]; } -- cgit v1.2.3