[Infra] Fix version-check workflow (#100090)
[llvm-project.git] / mlir / utils / tree-sitter-mlir / README.md
blob58555b83ef4aad6db25843a8c39f8bb8da7fabbc
1 # tree-sitter-mlir
3 [tree-sitter](https://github.com/tree-sitter/tree-sitter) grammar for MLIR
4 following the [lang-ref](https://mlir.llvm.org/docs/LangRef/). The parser is
5 incomplete, and the bench statistics on the test files in the MLIR tree are as
6 follows:
8 ```
9 Math, 100% passed
10 Builtin, 100% passed
11 Func, 100% passed
12 ControlFlow, 100% passed
13 Tensor, 93.33% passed
14 Arith, 83.33% passed
15 SCF, 88% passed
16 Affine, 73.08% passed
17 Linalg, 51.11% passed
18 ```