mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-23 16:08:43 +00:00
add post-analysis AST prints to AST-trace output (UT bigdiff)
This commit is contained in:
parent
7fb3f4e671
commit
ab344a333a
2 changed files with 6695 additions and 0 deletions
|
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue