Metadata-Version: 2.1
Name: tree-sitter-clojure-orchard
Version: 0.2.4
Summary: Parser for Clojure files
Author: a
License: MIT
Project-URL: Homepage, https://codeberg.org/grammar-orchard/tree-sitter-clojure-orchard
Keywords: incremental,parsing,tree-sitter,clojure-orchard
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
Provides-Extra: core
License-File: LICENSE

# tree-sitter-clojure-orchard

[![crates][crates]](https://crates.io/crates/tree-sitter-clojure-orchard)
[![pypi][pypi]](https://pypi.org/project/tree-sitter-clojure-orchard)

This is a fork of the [tree-sitter-clojure](https://github.com/sogaiu/tree-sitter-clojure) grammar.

Note that unlike upstream, generated files are not checked into git, so you need to run `tree-sitter generate` after cloning this repository.
Generated files are also available in the archives found in releases.

Contributions are welcome, so are co-maintainers.

[crates]: https://img.shields.io/crates/v/tree-sitter-clojure-orchard?logo=clojure
[pypi]: https://img.shields.io/pypi/v/tree-sitter-clojure-orchard?logo=pypi&logoColor=ffd242
