diff options
Diffstat (limited to 'dbg.d')
| -rw-r--r-- | dbg.d | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,8 @@ import parser; //bool DEBUG = true; bool DEBUG = false; +bool REPL = false; + void printForm(Form f, string prefix = "") { switch (f.type) { |
