summaryrefslogtreecommitdiff
path: root/comp/lucas-standen-NEA/code2/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'comp/lucas-standen-NEA/code2/debug.h')
-rw-r--r--comp/lucas-standen-NEA/code2/debug.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/comp/lucas-standen-NEA/code2/debug.h b/comp/lucas-standen-NEA/code2/debug.h
new file mode 100644
index 0000000..ae0f931
--- /dev/null
+++ b/comp/lucas-standen-NEA/code2/debug.h
@@ -0,0 +1,4 @@
+#include <stdio.h>
+#include "util.h"
+
+void printAST(astNode *head);