10 lines
641 B
Markdown
10 lines
641 B
Markdown
|
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.
|