aboutsummaryrefslogtreecommitdiff
path: root/main.d
diff options
context:
space:
mode:
Diffstat (limited to 'main.d')
-rw-r--r--main.d2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.d b/main.d
index b540058..7006a52 100644
--- a/main.d
+++ b/main.d
@@ -10,6 +10,7 @@ import chunk;
import compiler;
*/
import vm;
+import dbg;
/*
import compiler;
@@ -21,6 +22,7 @@ import vm;
void repl() {
+ REPL = true;
VM vm = new VM();
while(true) {