aboutsummaryrefslogtreecommitdiff
path: root/main.d
diff options
context:
space:
mode:
authormryouse2023-06-01 22:47:43 -0400
committermryouse2023-06-01 22:47:43 -0400
commitb66702e49ab7f90a348bb2bea015fd5901c457d8 (patch)
treed87ed09ea6446f50964bf23bf5b810638ad3efc4 /main.d
parentaf07e3fba55ef98aabd54057c6e3433734b81111 (diff)
add print (no escape sequences) and REPL returns
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) {