Groovy grammar for tree-sitter, version 0.1.2. Provides a parser and syntax tree for Groovy files. Low release cadence; mature grammar.
pip install tree-sitter-groovyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Parse a Groovy snippet and print the syntax tree.
Test thoroughly; consider contributing to grammar improvements.
Use `from tree_sitter_groovy import language` instead of `import tree_sitter_groovy; tree_sitter_groovy.language()`.
Run `pip install tree-sitter-groovy` in the correct environment.
Call `language()` with no arguments; it returns the language object directly.