# tree-sitter-objc **Repository Path**: bugtree/tree-sitter-objc ## Basic Information - **Project Name**: tree-sitter-objc - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: feature/spm - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-29 - **Last Updated**: 2025-04-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README tree-sitter-objc ======================= [![CI Status](https://github.com/jiyee/tree-sitter-objc/actions/workflows/ci.yml/badge.svg)](https://github.com/jiyee/tree-sitter-objc/actions/workflows/ci.yml) Objective-C grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter). ## References * [Objective-C Language Reference](https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/ObjectiveC/Introduction/introObjectiveC.html) - The full grammar reference for Objective-C. * [LLVM Objective-C Test Cases](https://github.com/llvm-mirror/clang/tree/master/test/CodeGenObjC) - The full test cases for Objective-C.