aboutsummaryrefslogtreecommitdiff
path: root/dbg.d
diff options
context:
space:
mode:
authormryouse2023-06-01 22:47:43 -0400
committermryouse2023-06-01 22:47:43 -0400
commitb66702e49ab7f90a348bb2bea015fd5901c457d8 (patch)
treed87ed09ea6446f50964bf23bf5b810638ad3efc4 /dbg.d
parentaf07e3fba55ef98aabd54057c6e3433734b81111 (diff)
add print (no escape sequences) and REPL returns
Diffstat (limited to 'dbg.d')
-rw-r--r--dbg.d2
1 files changed, 2 insertions, 0 deletions
diff --git a/dbg.d b/dbg.d
index 98f5b26..c09b199 100644
--- a/dbg.d
+++ b/dbg.d
@@ -11,6 +11,8 @@ import parser;
//bool DEBUG = true;
bool DEBUG = false;
+bool REPL = false;
+
void printForm(Form f, string prefix = "") {
switch (f.type) {