Setup
I am currently diffing a language not jet supported by Gumtree. I am currently using following Setup. At first i am parsing my language with Lark and convert the parse tree into an xml which i use gumtree to diff.
Problem
Gumtree treats the tags of xml als its own value. But this is false in this Context because the tags represent the terminals in the tree.
Proposal
Would it be possible to add an option which treats XML elements as type and its content as value.
Thanks in advance
Setup
I am currently diffing a language not jet supported by Gumtree. I am currently using following Setup. At first i am parsing my language with Lark and convert the parse tree into an xml which i use gumtree to diff.
Problem
Gumtree treats the tags of xml als its own value. But this is false in this Context because the tags represent the terminals in the tree.
Proposal
Would it be possible to add an option which treats XML elements as type and its content as value.
Thanks in advance