Skip to content

varonat88/java-tree-sitter

 
 

Repository files navigation

Java Tree-sitter

CI central docs

Java bindings to the tree-sitter parsing library.

Building

  • Install JDK 22 and set JAVA_HOME to it
  • Download jextract and add it to your PATH
  • Install the tree-sitter & tree-sitter-java libraries
git clone https://github.com/tree-sitter/java-tree-sitter
cd java-tree-sitter
git submodule update --init
mvn test

Alternatives

These alternatives support older JDK versions or Android:

About

Java bindings to the Tree-sitter parsing library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 87.9%
  • Shell 6.7%
  • PowerShell 5.4%