Replies: 1 comment
-
|
You can serialize to JSON and use a textual diffing tool. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
After getting the Compiled AST tree from the baseline source code and a modified source, i would like to find an AST Tree diff between the original and modified AST Tree. Is there a performant way to do this?
Beta Was this translation helpful? Give feedback.
All reactions