https://github.com/drom/tree-sitter-mlir
MLIR grammar for tree-sitter
https://github.com/drom/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/drom/tree-sitter-mlir
- Owner: drom
- License: mit
- Created: 2020-11-21T18:30:18.000Z (over 5 years ago)
- Default Branch: trunk
- Last Pushed: 2021-01-15T00:56:57.000Z (over 5 years ago)
- Last Synced: 2025-03-29T14:09:14.292Z (about 1 year ago)
- Topics: mlir, parser, tree-sitter
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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
```