summaryrefslogtreecommitdiff
path: root/starts/meaning-vm/level-2/concepts.hpp
diff options
context:
space:
mode:
authorolpc user <olpc@xo-5d-f7-86.localdomain>2019-12-14 11:48:23 -0800
committerolpc user <olpc@xo-5d-f7-86.localdomain>2019-12-14 11:48:23 -0800
commit0a59d8631e2acb20601e72c6f79d7ce193633844 (patch)
treee8c1292049fd1c6d6b3702bb944d830fc5a9655d /starts/meaning-vm/level-2/concepts.hpp
parentec53662abe09a3ee1502e6ee7042d4ee84f36d1c (diff)
downloadstandingwithresilience-0a59d8631e2acb20601e72c6f79d7ce193633844.tar.gz
standingwithresilience-0a59d8631e2acb20601e72c6f79d7ce193633844.zip
missing changes
Diffstat (limited to 'starts/meaning-vm/level-2/concepts.hpp')
-rw-r--r--starts/meaning-vm/level-2/concepts.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/starts/meaning-vm/level-2/concepts.hpp b/starts/meaning-vm/level-2/concepts.hpp
index 3a6ac6b..8e9c145 100644
--- a/starts/meaning-vm/level-2/concepts.hpp
+++ b/starts/meaning-vm/level-2/concepts.hpp
@@ -7,11 +7,14 @@ namespace level2 {
namespace concepts {
+using level1::concepts::nothing;
+
static ref context("context");
static ref habit("habit");
static ref next("next");
static ref positional("positional");
static ref argument("argument");
+static ref result("result");
}