UNPKG

tree-sitter-mlir

Version:
25 lines (17 loc) 719 B
[![NPM version](https://img.shields.io/npm/v/tree-sitter-mlir.svg)](https://www.npmjs.org/package/tree-sitter-mlir) [![Linux Status](https://github.com/drom/tree-sitter-mlir/workflows/Linux/badge.svg)](https://github.com/drom/tree-sitter-mlir/actions) [![Windows Status](https://github.com/drom/tree-sitter-mlir/workflows/Windows/badge.svg)](https://github.com/drom/tree-sitter-mlir/actions) [![MacOS Status](https://github.com/drom/tree-sitter-mlir/workflows/MacOS/badge.svg)](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 ```