summaryrefslogtreecommitdiff
path: root/comp/lucas-standen-NEA/code2/debug.h
diff options
context:
space:
mode:
authorThing1 <thing1@seacrossedlovers.xyz>2024-08-29 15:01:34 +0100
committerThing1 <thing1@seacrossedlovers.xyz>2024-08-29 15:01:34 +0100
commitd28f618c0e4c3da57c856a31d9ce3003a086e7ed (patch)
tree9edb35867649ba55268f40591015f4ff226f5abf /comp/lucas-standen-NEA/code2/debug.h
parentcfdd3c90877b59dc674cc9f68c0b7b4bb7c14ba8 (diff)
finished the new tokenizer
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);