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 --- dbg.d | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dbg.d') 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) { -- cgit v1.2.3