GumTreeDiff / gumtree

An awesome code differencing tool
https://github.com/GumTreeDiff/gumtree/wiki
GNU Lesser General Public License v3.0
936 stars 174 forks source link

How to make gumtree support parse tree? #257

Closed zhangxiaosa closed 2 years ago

zhangxiaosa commented 2 years ago

Hi, I plan to utilize gumtree for my research project, but I found gumtree is designed for AST and thus many tokens such as curlies and parenthesis are ignored. Is it easy to make it support parse trees?

jrfaller commented 2 years ago

Hi!

I believe there is nothing impossible about it. You have to provide a TreeGenerator that builds a parse tree from a stream.

Cheers!