aboutsummaryrefslogtreecommitdiff
path: root/dbg.d
diff options
context:
space:
mode:
Diffstat (limited to 'dbg.d')
-rw-r--r--dbg.d3
1 files changed, 3 insertions, 0 deletions
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: