Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artagnon/tree-sitter-mlir
MLIR grammar for tree-sitter
https://github.com/artagnon/tree-sitter-mlir
mlir parser tree-sitter
Last synced: 4 months ago
JSON representation
MLIR grammar for tree-sitter
- Host: GitHub
- URL: https://github.com/artagnon/tree-sitter-mlir
- Owner: artagnon
- License: apache-2.0
- Created: 2023-01-26T12:19:19.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T01:57:27.000Z (10 months ago)
- Last Synced: 2024-04-13T13:13:45.384Z (10 months ago)
- Topics: mlir, parser, tree-sitter
- Language: JavaScript
- Homepage:
- Size: 1.18 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tree-sitter-mlir
[MLIR](https://mlir.llvm.org) grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter). The parser is incomplete, and the bench statistics on the test files in the MLIR tree are as follows:
```
Func, 100% passed
Builtin, 100% passed
Math, 87.5% passed
Arith, 72.22% passed
ControlFlow, 100% passed
SCF, 73.33% passed
Memref, 69.57% passed
Tensor, 68.18% passed
Affine, 82.05% passed
Linalg, 37.84% passed
```