-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Use gumtree API in IntelliJ on Windows #275
Comments
Hi! I guess the shebang However I don't know how to get a Python file running, but if you manage to make a Cheers. |
Thanks a lot! I found that
|
Can you print the XML being parser to see what the problem is? |
This is the XML tree (from a java code snippet on GitHub) that generated by
When I looked into the |
OK strange, the XML your parsed seems correct |
I have added tree-sitter-parser.py to my system path and it could run from cmd. But when I called the API (e.g. JavaTreeSitterTreeGenerator().generateFrom().file(file); ) from IDE or from commands like "gumtree..." I got this error:
Could you please tell me how to solve this error? I guess processbuilder has something to do with the OS...
The text was updated successfully, but these errors were encountered: