From df58c6cd5c26120a985cca74243fc7978457ff2e Mon Sep 17 00:00:00 2001 From: olpc user Date: Thu, 12 Dec 2019 07:38:19 -0800 Subject: tried to use allocations with level1 ... messy, works, for some reason name of function is output in dump, shows internal problem --- starts/meaning-vm/level-1/concepts.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'starts/meaning-vm/level-1/concepts.hpp') diff --git a/starts/meaning-vm/level-1/concepts.hpp b/starts/meaning-vm/level-1/concepts.hpp index b75133e..cd92f26 100644 --- a/starts/meaning-vm/level-1/concepts.hpp +++ b/starts/meaning-vm/level-1/concepts.hpp @@ -12,7 +12,9 @@ extern ref name; // used as the link to value naming each concept extern ref is; // a link to define group relationships, links to the more general class extern ref anonymous; // a group given concepts with generated names extern ref link; // TODO: for concepts that are links, link them with is=link -extern ref allocation, part, group; // links structuring allocation groups +extern ref level0, level1, level2, level3, level4, level5, level6, level7, level8, level9, level10; +extern ref allocator, allocates, allocations; + //extern ref true, false; <-- casting provides as if these were declared } -- cgit v1.2.3