An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![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
```