tree-sitter-mlir
Version:
MLIR grammar for tree-sitter
25 lines (17 loc) • 719 B
Markdown
[](https://www.npmjs.org/package/tree-sitter-mlir)
[](https://github.com/drom/tree-sitter-mlir/actions)
[](https://github.com/drom/tree-sitter-mlir/actions)
[](https://github.com/drom/tree-sitter-mlir/actions)
# tree-sitter-mlir
MLIR grammar for tree-sitter
## Reference
https://mlir.llvm.org/docs/LangRef/#common-syntax
## Install
```
npm i tree-sitter-mlir
```
## Test
```
npm i
npm test
```