diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,6 +46,7 @@ void print_ast() { void print_sem() { yyparse(); semantics_check(ast_root); + cnode_debug_print(ast_root, 1); } void print_help() { |