Metadata-Version: 2.4
Name: tree-sitter-mlir
Version: 0.1.2
Summary: MLIR grammar for tree-sitter
Author-email: Buyun Xu <xubuyun@outlook.com>
License: Apache-2.0 WITH LLVM-exception
Project-URL: Homepage, https://github.com/felixtensor/tree-sitter-mlir
Keywords: incremental,parsing,tree-sitter,mlir
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-mlir

[![CI](https://github.com/felixtensor/tree-sitter-mlir/actions/workflows/ci.yml/badge.svg)](https://github.com/felixtensor/tree-sitter-mlir/actions/workflows/ci.yml)
[![crates.io](https://img.shields.io/crates/v/tree-sitter-mlir.svg?logo=rust)](https://crates.io/crates/tree-sitter-mlir)
[![PyPI](https://img.shields.io/pypi/v/tree-sitter-mlir.svg?logo=pypi&logoColor=white)](https://pypi.org/project/tree-sitter-mlir/)
[![npm](https://img.shields.io/npm/v/@felixtensor/tree-sitter-mlir.svg?logo=npm)](https://www.npmjs.com/package/@felixtensor/tree-sitter-mlir)

[MLIR](https://mlir.llvm.org) grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter).

## References

* [MLIR Language Reference](https://mlir.llvm.org/docs/LangRef/)
* [tree-sitter](https://github.com/tree-sitter/tree-sitter) — General-purpose parsing library
* [artagnon/tree-sitter-mlir](https://github.com/artagnon/tree-sitter-mlir) — Original MLIR grammar implementation

## License

[Apache-2.0 WITH LLVM-exception](./LICENSE)
