f5935e2b40 | ||
---|---|---|
.github | ||
bindings | ||
examples | ||
queries | ||
src | ||
test | ||
.gitignore | ||
Cargo.toml | ||
LICENSE | ||
README.md | ||
TODO.md | ||
binding.gyp | ||
grammar.js | ||
package.json |
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.