You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
8 months ago | |
---|---|---|
.github | 9 months ago | |
bindings | 8 months ago | |
examples | 9 months ago | |
queries | 9 months ago | |
src | 8 months ago | |
test | 9 months ago | |
.gitignore | 9 months ago | |
Cargo.toml | 9 months ago | |
LICENSE | 9 months ago | |
README.md | 9 months ago | |
TODO.md | 9 months ago | |
binding.gyp | 9 months ago | |
grammar.js | 9 months ago | |
package.json | 9 months ago |
README.md
tree-sitter-objc
Objective-C grammar for tree-sitter.
References
- Objective-C Language Reference - The full grammar reference for Objective-C.
- LLVM Objective-C Test Cases - The full test cases for Objective-C.