diff options
Diffstat (limited to 'starts/meaning-vm/level-2-wip-stmtexprs/funcs.hpp')
-rw-r--r-- | starts/meaning-vm/level-2-wip-stmtexprs/funcs.hpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/starts/meaning-vm/level-2-wip-stmtexprs/funcs.hpp b/starts/meaning-vm/level-2-wip-stmtexprs/funcs.hpp deleted file mode 100644 index 6af6ce1..0000000 --- a/starts/meaning-vm/level-2-wip-stmtexprs/funcs.hpp +++ /dev/null @@ -1,14 +0,0 @@ -#pragma once - -#include "common.hpp" -#include "../level-1/ref.hpp" - -namespace intellect { -namespace level2 { - -statementref commaop(ref self, ref other); -statementref assignop(ref self, ref other); -ref subop(ref self, ref other); - -} -} |