Add a function to print the parse tree.
This commit is contained in:
8
include/debug.h
Normal file
8
include/debug.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef LIBABACUS_DEBUG_H
|
||||
#define LIBABACUS_DEBUG_H
|
||||
|
||||
#include "tree.h"
|
||||
|
||||
void libab_debug_print_tree(libab_tree* print);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user