aboutsummaryrefslogtreecommitdiff
path: root/source/primitives/core.d
diff options
context:
space:
mode:
Diffstat (limited to 'source/primitives/core.d')
-rw-r--r--source/primitives/core.d5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/primitives/core.d b/source/primitives/core.d
index 45bbeac..07ed0c7 100644
--- a/source/primitives/core.d
+++ b/source/primitives/core.d
@@ -3,14 +3,9 @@ module primitives.core;
import std.stdio;
import base.stack;
-import definition = base.definition;
Token[string] variables;
-void definition_start() {
- definition.start;
-}
-
void binary_op_variable_bind() {
string name = stack.pop.get!string;
Token value = stack.pop;