aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-04-05 16:00:49 +0800
committerTeddy <ted.sybil@gmail.com>2014-04-05 16:00:49 +0800
commitcf59bbeb4d738688837f858c5ddc6c152ecc6dbe (patch)
tree09cd700ab81a0545d5c9c41791ab3639e4fbf60d /main.c
parentd30f1626370880275c0e046e31c2d9942ab2fd3a (diff)
...
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index 421f30d..2e7417b 100644
--- a/main.c
+++ b/main.c
@@ -46,6 +46,7 @@ void print_ast() {
void print_sem() {
yyparse();
semantics_check(ast_root);
+ cnode_debug_print(ast_root, 1);
}
void print_help() {