From b66702e49ab7f90a348bb2bea015fd5901c457d8 Mon Sep 17 00:00:00 2001 From: mryouse Date: Thu, 1 Jun 2023 22:47:43 -0400 Subject: add print (no escape sequences) and REPL returns --- main.d | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main.d') 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) { -- cgit v1.2.3