diff options
author | olpc user <olpc@xo-5d-f7-86.localdomain> | 2019-12-12 07:38:19 -0800 |
---|---|---|
committer | olpc user <olpc@xo-5d-f7-86.localdomain> | 2019-12-12 07:38:19 -0800 |
commit | df58c6cd5c26120a985cca74243fc7978457ff2e (patch) | |
tree | 0a61ca17a83dc3484c9a2b1c69c83b64849d958f /starts/meaning-vm/level-1/concepts.hpp | |
parent | 931c924ed0b23fea8179644e5f7f1da866c7c07e (diff) | |
download | standingwithresilience-df58c6cd5c26120a985cca74243fc7978457ff2e.tar.gz standingwithresilience-df58c6cd5c26120a985cca74243fc7978457ff2e.zip |
tried to use allocations with level1 ... messy, works, for some reason name of function is output in dump, shows internal problem
Diffstat (limited to 'starts/meaning-vm/level-1/concepts.hpp')
-rw-r--r-- | starts/meaning-vm/level-1/concepts.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
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<std::string> 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 } |