add post-analysis AST prints to AST-trace output (UT bigdiff)

This commit is contained in:
John Kerl 2016-10-04 08:48:29 -04:00
parent 7fb3f4e671
commit ab344a333a
2 changed files with 6695 additions and 0 deletions

View file

@ -169,6 +169,10 @@ mlr_dsl_cst_t* mlr_dsl_cst_alloc(mlr_dsl_ast_t* past, int print_ast, int type_in
}
}
if (print_ast) {
printf("\n");
}
// Now that all subroutine/function definitions have been done, resolve
// their callsites whose locations we stashed during the CST build. (Without
// this delayed resolution, there could be no recursion, and subroutines

File diff suppressed because it is too large Load diff