Metadata-Version: 2.4
Name: tree-sitter-cocoa-predicate
Version: 0.1.1
Summary: Cocoa Predicate (NSPredicate) grammar for tree-sitter.
Author-email: Florian Pircher <florian@formkunft.com>
License: MIT
Project-URL: Homepage, https://github.com/formkunft/tree-sitter-cocoa-predicate
Keywords: incremental,parsing,tree-sitter,cocoa-predicate
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Compilers
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: core
Requires-Dist: tree-sitter~=0.24; extra == "core"
Dynamic: license-file

# tree-sitter-cocoa-predicate

> Packaging: [Crates.io](https://crates.io/crates/tree-sitter-cocoa-predicate), [NPM](https://www.npmjs.com/package/tree-sitter-cocoa-predicate), [PyPI](https://pypi.org/project/tree-sitter-cocoa-predicate/), [Swift Package Index](https://swiftpackageindex.com/Formkunft/tree-sitter-cocoa-predicate)

Cocoa Predicate (NSPredicate) grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter).

Reference:

- [Apple Documentation Archive: Backus–Naur Form](https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/Predicates/Articles/pBNF.html#//apple_ref/doc/uid/TP40001796-CJBDBHCB)
