skillfed

tree-sitter-kotlin

Kotlin grammar for tree-sitter

tree-sitter-kotlin v1.1.0 2.2M downloads/30d#3,196 on PyPI8
Permissive license MIT DORMANT released

What it is and what it does

tree-sitter-kotlin is a language grammar binding for Kotlin that integrates with the tree-sitter incremental parsing framework. It provides precompiled wheels for Python 3.9+ across Linux, macOS (Intel and ARM), and Windows, reducing installation friction on supported platforms. The package is maintained as part of the tree-sitter-grammars community project and follows the official Kotlin language specification.

The grammar enables you to parse Kotlin source code and extract its syntax tree for analysis, transformation, or code generation tasks. It is typically used in tools that need to understand or manipulate Kotlin code structure—such as linters, refactoring engines, documentation generators, or language servers—without requiring a full Kotlin compiler.

Use it for:

  • Build a Kotlin linter or code style checker that traverses the syntax tree to enforce conventions.
  • Extract function signatures and class definitions from Kotlin source for documentation generation.
  • Perform automated refactoring by identifying and transforming specific syntax patterns in Kotlin files.
  • Analyze Kotlin codebases to gather metrics on code complexity, function count, or dependency usage.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides a Kotlin language grammar for tree-sitter, enabling incremental parsing and syntax tree analysis of Kotlin code.

Yes, if you need to parse and analyze Kotlin code programmatically. The MIT license is unrestricted, no security vulnerabilities are known, and precompiled wheels make installation straightforward on common platforms. However, maintenance is dormant (last release 582 days ago), so verify that the grammar covers your Kotlin version and feature set before committing to a production tool.

Install

tree-sitter-kotlin on PyPI

pip

pip install tree-sitter-kotlin

uv

uv add tree-sitter-kotlin

poetry

poetry add tree-sitter-kotlin

Installing tree-sitter-kotlin

Before you install

Medium install friction due to compiled wheels for multiple platforms. Dormant maintenance status—last release 582 days ago, though repository remains active with a recent commit on 2025-01-16.

License in practice

MIT license is permissive; you can use, modify, and distribute this package with minimal restrictions, making it suitable for both open-source and commercial projects.

Quickstart

pip install tree-sitter-kotlin

import tree_sitter_kotlin

Requires Python ≥3.9. Requires tree-sitter as a runtime dependency (not listed in package metadata).

Verify before relying

  • Whether tree-sitter is declared as a runtime dependency or must be installed separately.
  • Completeness of Kotlin grammar coverage relative to the official Kotlin language specification.
  • Performance characteristics and memory footprint for large codebases.
  • How to use the imported module to parse Kotlin code (usage pattern not documented in fact sheet).

Package facts

License MIT (permissive)
Python support supports the current Python release (>=3.9)
Install friction medium — platform-specific wheel
Runtime dependencies none
Maintenance dormant — 582 days since the last release
Last repo commit
First released
Downloads 2,232,980/month — #3,196 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: tree_sitter_kotlin-1.1.0-cp39-abi3-macosx_10_9_x86_64.whl; tree_sitter_kotlin-1.1.0-cp39-abi3-macosx_11_0_arm64.whl; tree_sitter_kotlin-1.1.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl; tree_sitter_kotlin-1.1.0-cp39-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl; tree_sitter_kotlin-1.1.0-cp39-abi3-musllinux_1_2_x86_64.whl; tree_sitter_kotlin-1.1.0-cp39-abi3-win_amd64.whl; tree_sitter_kotlin-1.1.0-cp39-abi3-win_arm64.whl

Keywords: incremental, parsing, tree-sitter, kotlin

Intended Audience :: DevelopersLicense :: OSI Approved :: MIT LicenseTopic :: Software Development :: CompilersTopic :: Text Processing :: LinguisticTyping :: Typed

Tags

kotlin parsing tree-sitterkotlin syntax tree grammarincremental kotlin parserkotlin ast generationtree-sitter language bindingkotlin code analysis grammar
kotlinparsingast

More Linguistic packages

charset-normalizer

Detects and normalizes text encoding from…

permissive · top 100 on PyPI

tiktoken

tiktoken is a fast BPE tokenizer that converts…

permissive · top 1,000 on PyPI

chardet

Detects character encoding and language in byte…

permissive · top 1,000 on PyPI

text-unidecode

Converts Unicode text to ASCII by…

copyleft · top 1,000 on PyPI

lark

Lark is a parsing library that builds abstract…

permissive · top 1,000 on PyPI

tree-sitter

Python bindings to the tree-sitter parsing…

permissive · top 1,000 on PyPI

tree-sitter-java

Provides a Java language grammar for…

permissive · top 5,000 on PyPI

tree-sitter-python

Provides a Python grammar for tree-sitter,…

permissive · top 5,000 on PyPI

tree-sitter-objc

Provides a tree-sitter grammar for parsing…

permissive · top 5,000 on PyPI

tree-sitter-language-pack

Provides pre-compiled tree-sitter parsers for…

permissive · top 5,000 on PyPI

tree-sitter-toml

Provides a tree-sitter parser grammar for TOML…

permissive · top 5,000 on PyPI

tree-sitter-go

Provides a Go language grammar for tree-sitter,…

permissive · top 5,000 on PyPI

tree-sitter-lua

Provides a tree-sitter grammar for parsing Lua…

permissive · top 5,000 on PyPI

tree-sitter-scala

Provides a tree-sitter grammar for parsing…

permissive · top 5,000 on PyPI

tree-sitter-zig

Provides a tree-sitter grammar for parsing Zig…

permissive · top 5,000 on PyPI

tree-sitter-typescript

Provides TypeScript and TSX language grammars…

permissive · top 5,000 on PyPI