Gumtree can't compare C files #382
Unanswered
Yinming-Wang
asked this question in
Q&A
Replies: 1 comment
-
Hi! You can list all AST generators with the following command :
Then you can force using a particular generator using the -g option with the id of the AST generator i.e.
The cgum parser is not maintained therefore I do not recommend it, however you can try the c-treesitter-ng parser. Cheers! |
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.
-
I have installed cgum and run it successfully,but when I try to use gumtree to compare c file,it tell me error.(addition:I have tested java file and cpp file,they run very well).This is the error information:Error while running client 'textdiff'.
java.io.IOException: Cannot run program "tree-sitter-parser.py" (in directory "/tmp"): error=2, No such file or directory
Beta Was this translation helpful? Give feedback.
All reactions