tree-sitter-objc
Objective-C grammar for tree-sitter
What it is and what it does
tree-sitter-objc is a language grammar binding that provides Objective-C parsing support for the tree-sitter ecosystem. It allows developers to parse Objective-C source code into abstract syntax trees for analysis, transformation, or tooling purposes. The package provides precompiled wheels for multiple platforms (macOS, Linux, Windows across x86_64 and ARM architectures), reducing installation friction for common development environments.
The package is designed for developers building code analysis tools, linters, refactoring utilities, or IDE features that need to understand Objective-C syntax. It has no runtime dependencies and requires Python 3.9 or later. The grammar is maintained as part of the tree-sitter-grammars community project.
Use it for:
- Building static analysis tools or linters that examine Objective-C codebases for style or correctness.
- Creating IDE plugins or editor extensions that provide syntax highlighting or navigation for Objective-C.
- Implementing automated refactoring or code transformation tools for Objective-C projects.
- Analyzing Objective-C code metrics or complexity for large codebases.
- Generating documentation or API references from Objective-C source code.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides a tree-sitter grammar for parsing Objective-C code into syntax trees, enabling incremental parsing and code analysis.
Yes, if you need to parse or analyze Objective-C code programmatically. The MIT license is permissive, prebuilt wheels reduce friction, and no runtime dependencies simplify deployment. The aging status (606 days since release) warrants checking whether the grammar covers your target Objective-C features before committing to production use.
Install
tree-sitter-objc on PyPI
pip
pip install tree-sitter-objcuv
uv add tree-sitter-objcpoetry
poetry add tree-sitter-objcInstalling tree-sitter-objc
Before you install
Medium install friction due to compiled wheels; prebuilt binaries available for macOS x86_64 and arm64, Linux x86_64 and aarch64, and Windows x86_64 and arm64. Package is aging—last release was 606 days ago, though the repository remains active with a recent commit on 2025-05-24.
License in practice
MIT license permits unrestricted use, modification, and distribution with minimal restrictions, making it suitable for both open-source and proprietary projects.
Quickstart
import tree_sitter_objc
# tree_sitter_objc provides the grammar for Objective-C parsing
# Use with tree-sitter bindings to parse Objective-C source code
Requires Python 3.9 or later; tree-sitter Python bindings must be installed separately as a peer dependency.
Verify before relying
- Whether the package is actively maintained or in maintenance-only mode given 606 days since last release.
- Performance characteristics and parsing speed for typical Objective-C codebases.
- Completeness of Objective-C grammar coverage for modern language features.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | none |
| Maintenance | aging — 606 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 1,591,618/month — #3,735 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: tree_sitter_objc-3.0.2-cp39-abi3-macosx_10_9_x86_64.whl; tree_sitter_objc-3.0.2-cp39-abi3-macosx_11_0_arm64.whl; tree_sitter_objc-3.0.2-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl; tree_sitter_objc-3.0.2-cp39-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl; tree_sitter_objc-3.0.2-cp39-abi3-musllinux_1_2_x86_64.whl; tree_sitter_objc-3.0.2-cp39-abi3-win_amd64.whl; tree_sitter_objc-3.0.2-cp39-abi3-win_arm64.whl
Keywords: incremental, parsing, tree-sitter, objc
Tags
More Linguistic packages
Detects and normalizes text encoding from…
permissive · top 100 on PyPI
tiktokentiktoken is a fast BPE tokenizer that converts…
permissive · top 1,000 on PyPI
chardetDetects character encoding and language in byte…
permissive · top 1,000 on PyPI
text-unidecodeConverts Unicode text to ASCII by…
copyleft · top 1,000 on PyPI
larkLark is a parsing library that builds abstract…
permissive · top 1,000 on PyPI
tree-sitterPython bindings to the tree-sitter parsing…
permissive · top 1,000 on PyPI
tree-sitter-pythonProvides a Python grammar for tree-sitter,…
permissive · top 5,000 on PyPI
tree-sitter-javaProvides a Java language grammar for…
permissive · top 5,000 on PyPI
tree-sitter-goProvides a Go language grammar for tree-sitter,…
permissive · top 5,000 on PyPI
tree-sitter-kotlinProvides a Kotlin language grammar for…
permissive · top 5,000 on PyPI
tree-sitter-jsonProvides a JSON grammar parser for tree-sitter,…
permissive · top 5,000 on PyPI
tree-sitter-cProvides a C language grammar for tree-sitter,…
permissive · top 5,000 on PyPI
tree-sitter-phpProvides a PHP language grammar for…
permissive · top 5,000 on PyPI
tree-sitter-rubyProvides a Ruby language grammar for…
permissive · top 5,000 on PyPI
tree-sitter-zigProvides a tree-sitter grammar for parsing Zig…
permissive · top 5,000 on PyPI
tree-sitter-cssProvides a CSS grammar parser for tree-sitter,…
permissive · top 5,000 on PyPI