From c08e9c793b138da5b373d6cb66a2eb599ea77397 Mon Sep 17 00:00:00 2001 From: mryouse Date: Thu, 25 May 2023 00:30:03 +0000 Subject: make debug toggle-able --- dbg.d | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dbg.d') diff --git a/dbg.d b/dbg.d index 5a98264..19e92b1 100644 --- a/dbg.d +++ b/dbg.d @@ -8,6 +8,9 @@ import parser; //import dbg; //import value; +bool DEBUG = true; + + void printForm(Form f, string prefix = "") { switch (f.type) { case FormType.EOF: -- cgit v1.2.3