Metadata-Version: 2.4
Name: tree-sitter-mlir
Version: 0.1.0
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)

[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)
