serenadeai / java-tree-sitter

Java bindings for tree-sitter
MIT License
126 stars 35 forks source link

Windows support #6

Open canliture opened 2 years ago

canliture commented 2 years ago

The project can support Windows platform? Now I can run build.py to build the project and use it to parse c/python code.

But When I run build.py on Windows platform, many errors occur.

I think repository tree-sitter can't support to build on windows platform.

ghost commented 1 year ago

Just in case it helps, I run it in Windows using WSL and Remove JVM Debug (IntelliJ IDE).

kuoruan commented 1 year ago

dist-windows-latest.zip Just a build for windows

lovepeacemz commented 10 months ago

dist-windows-latest.zip Just a build for windows

hello, can you introduce the build steps ?

sogaiu commented 10 months ago

Possibly of interest is tree-sitter-ng.

kuoruan commented 10 months ago

dist-windows-latest.zip Just a build for windows

hello, can you introduce the build steps ?

https://github.com/kuoruan/java-tree-sitter

I updated the build.py file.