mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 13:30:01 -04:00
parsers: add tree-sitter-mlir parser
The parser is currently in development, and 60-80% of MLIR files in the test suite of MLIR, within the Arith, Math, SCF, Tensor, and Linalg dialects parse successfully.
This commit is contained in:
parent
834f1dcb87
commit
5c4ea53070
5 changed files with 356 additions and 0 deletions
|
|
@ -296,6 +296,9 @@
|
|||
"meson": {
|
||||
"revision": "3d6dfbdb2432603bc84ca7dc009bb39ed9a8a7b1"
|
||||
},
|
||||
"mlir": {
|
||||
"revision": "f36fef9932e1214f65aa37cf700197ea5837e90a"
|
||||
},
|
||||
"nickel": {
|
||||
"revision": "d6c7eeb751038f934b5b1aa7ff236376d0235c56"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue