summaryrefslogtreecommitdiff
path: root/starts/meaning-vm/level-0/level-0.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'starts/meaning-vm/level-0/level-0.hpp')
-rw-r--r--starts/meaning-vm/level-0/level-0.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/starts/meaning-vm/level-0/level-0.hpp b/starts/meaning-vm/level-0/level-0.hpp
new file mode 100644
index 0000000..b44b6e0
--- /dev/null
+++ b/starts/meaning-vm/level-0/level-0.hpp
@@ -0,0 +1,9 @@
+#pragma once
+
+#include "common.hpp"
+#include "concept.hpp"
+#include "errors.hpp"
+#include "memorystore.hpp"
+#include "ref.hpp"
+#include "value.hpp"
+#include "vref.hpp"