For example, I have a program generates two ASTs, and I want to compare the two trees.
I've tried to treat the trees as graphs, but I think it doesn't show the particularity of trees.
For example, I have a program generates two ASTs, and I want to compare the two trees.
I've tried to treat the trees as graphs, but I think it doesn't show the particularity of trees.