Skip to content

Commit

Permalink
cc: enable AST pretty-print
Browse files Browse the repository at this point in the history
  • Loading branch information
atirut-w committed Aug 14, 2024
1 parent afce778 commit 9da1557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cc/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ int main(int argc, char *argv[])

if (args->get<bool>("--dump-ast"))
{
cout << tree->toStringTree(&parser) << endl;
cout << tree->toStringTree(&parser, true) << endl;
return 0;
}

Expand Down

0 comments on commit 9da1557

Please sign in to comment.