--- id: tree-sitter-objc version: "3.0.2" license: MIT license_treatment: permissive maintenance: aging --- # tree-sitter-objc — Objective-C grammar for tree-sitter License: permissive · Maintenance: aging · Downloads: 1.6M/mo ## 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 above — 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 pip install tree-sitter-objc uv add tree-sitter-objc poetry add tree-sitter-objc ## Installing 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_current - Install friction: medium - Maintenance: aging - Downloads: 1.6M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags objective-c parser, tree-sitter grammar objc, incremental parsing objective-c, code analysis objective-c, syntax tree objective-c, objc language grammar, tree-sitter language bindings, parsing, code-analysis, objective-c [View on SkillFed](https://skillfed.io/packages/tree-sitter-objc) · [View on PyPI](https://pypi.org/project/tree-sitter-objc/)