diff options
Diffstat (limited to 'starts/meaning-vm/level-1/concepts.cpp')
-rw-r--r-- | starts/meaning-vm/level-1/concepts.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/starts/meaning-vm/level-1/concepts.cpp b/starts/meaning-vm/level-1/concepts.cpp new file mode 100644 index 0000000..4c098de --- /dev/null +++ b/starts/meaning-vm/level-1/concepts.cpp @@ -0,0 +1,13 @@ +#include "concepts.hpp" + +namespace intellect { +namespace level1 { +namespace concepts { + +ref is("is"); +ref anonymous("anonymous"); +ref link("link"); + +} +} +} |