Getting the AST, or any intermediate files? #1069
Unanswered
preserver2013
asked this question in
Q&A
Replies: 1 comment
-
Found a simple way myself, looking at the command line switches. Running a scan, with the verbose (-v) and debug (-d) switches, prints some great details. The debug outputs show how the AST is being worked out. I suspect the verbose flag may not even be necessary for this case, but thought of stating it here nonetheless, as it's not entirely irrelevant. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to obtain any intermediate files that the tool uses to analyze the target codebase? I was eager to go through the AST to be specific. I may be wrong in assuming that the tool puts the AST or any intermediate files somewhere, as I couldn't exactly find any source files that do this on an initial check - would request any help and directions in learning more about this.
Beta Was this translation helpful? Give feedback.
All reactions