aboutsummaryrefslogtreecommitdiff
path: root/dbg.d
diff options
context:
space:
mode:
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) {