diff options
Diffstat (limited to 'comp/lucas-standen-NEA/code2/debug.c')
-rw-r--r-- | comp/lucas-standen-NEA/code2/debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comp/lucas-standen-NEA/code2/debug.c b/comp/lucas-standen-NEA/code2/debug.c index 3d2d75b..14b717f 100644 --- a/comp/lucas-standen-NEA/code2/debug.c +++ b/comp/lucas-standen-NEA/code2/debug.c @@ -3,6 +3,7 @@ #include "util.h" +//# a simple util function to visulize an astNode, never used but nice for debugging void printAST(astNode *head){ printf("\n>>>\nfunc: %s\n", head->func); printf("args: "); |