Description
Source code can be compared by syntax tree instead of only raw text, helping structural changes stand out. It is useful for developers reviewing refactors or language-aware edits.
This tool depends on tree-sitter parsing. Results are most helpful when the language grammar is supported and the code parses correctly.