Closed SherloqueChang closed 1 year ago
Hi!
With which parser?
Cheers.
cgum
Sorry it's highly possible. Cgum is not really maintained at the moment. Maybe you could try with tree-sitter C parser?
Cheers.
Ah, I'm invoking GumTree Java API in a maven project. As far as I'm concerned, tree-sitter C parser doesn't provide maven dependency. Is that so?
You're right, it's not released yet on Maven central.
Cheers.
Hi! I'm using GumTree on Ubuntu.
When I obtained the whole tree structure of the program in
xml
format, I found there was something wrong with the starting position of certain tree node. For example:But in fact,
pos
of the "Definition" should be 242569.I couldn't figure out why this went wrong.