tree-sitter-mips
v0.3.0
Published
A syntax parser for the MIPS Instruction Set Architecture.
Maintainers
Readme
tree-sitter-mips
A tree-sitter parser for the MIPS assembly language. This is a mirror to tree-sitter-riscv.

Quick Start
This parser is available for JavaScript, Python, Rust, Go, and C, and integrates with NeoVim.
See Editor Integration and Language Integration for installation and integration instructions.
Examples
Syntax highlighting in NeoVim for various grammar features:
Documentation
- Editor Integration - NeoVim installation
- Language Integration - JavaScript, Python, Rust, Go, C
- AST Reference - Node type reference
- Development - Building and testing
