--- id: tree-sitter-scala version: "0.26.2" license: MIT license_treatment: permissive maintenance: active --- # tree-sitter-scala — Scala grammar for tree-sitter License: permissive · Maintenance: active · Downloads: 1.7M/mo ## What it is and what it does tree-sitter-scala is a language grammar binding that plugs into the tree-sitter parsing framework to analyze Scala code. It parses both Scala 2 and Scala 3 syntax into an abstract syntax tree, enabling tools to inspect, transform, or analyze Scala source without running a compiler. The package is a precompiled Python binding to a Rust-based grammar, distributed as platform-specific wheels. You use it by importing the language binding and integrating it with tree-sitter's parsing infrastructure. It has no runtime dependencies and is actively maintained by the tree-sitter project. The medium install friction reflects the need for a matching precompiled wheel; once installed, it integrates cleanly into any Python code analysis pipeline. Use it for: - Build a Scala linter or code formatter that needs to inspect and traverse the syntax tree. - Extract code metrics or perform static analysis on Scala projects without invoking the Scala compiler. - Implement incremental parsing for a Scala IDE or editor plugin that updates the tree as code changes. - Generate documentation or visualizations from Scala source by walking the parsed tree structure. - Migrate or refactor Scala codebases by pattern-matching on tree nodes and rewriting subtrees. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides a tree-sitter grammar for parsing Scala 2 and Scala 3 source code, enabling incremental syntax analysis and code structure extraction. Yes, if you need to parse and analyze Scala code programmatically. The package is actively maintained, has no runtime dependencies, carries a permissive MIT license, and is backed by the mature tree-sitter ecosystem. Medium install friction is acceptable for a compiled grammar binding. Install only if your target platform has a precompiled wheel available. ## Install pip install tree-sitter-scala uv add tree-sitter-scala poetry add tree-sitter-scala ## Installing tree-sitter-scala Before you install: Medium install friction due to compiled wheel distribution across multiple platforms (macOS, Linux, Windows, ARM). Package is actively maintained with a release 6 days old and no runtime dependencies, making it straightforward once the wheel is available for your platform. License in practice: MIT license is permissive; you can use, modify, and distribute this package freely in commercial and open-source projects with minimal restrictions. Quickstart: pip install tree-sitter-scala from tree_sitter_scala import language Requires Python 3.9 or later; the package is distributed as precompiled wheels, so installation may fail on unsupported architectures or Python versions without a matching wheel. Verify before relying: - Whether the grammar covers all Scala 2 and Scala 3 syntax features or has known gaps. - Performance characteristics for large Scala codebases or real-time parsing scenarios. - Integration examples or documentation beyond the GitHub repository. - How to use the language binding with external parsing frameworks. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: medium - Maintenance: active - Downloads: 1.7M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags scala parser tree-sitter, incremental parsing scala, scala syntax tree, code parsing scala, tree-sitter grammar scala, scala ast extraction, scala language parsing, parsing, scala, syntax-analysis [View on SkillFed](https://skillfed.io/packages/tree-sitter-scala) · [View on PyPI](https://pypi.org/project/tree-sitter-scala/)