diff options
Diffstat (limited to 'dbg.d')
| -rw-r--r-- | dbg.d | 3 | 
1 files changed, 3 insertions, 0 deletions
| @@ -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: | 
