Tree-Sitter Grammar for MIPS and RISC-V

A generous tree-sitter parser for the MIPS and RISC-V instruction set architectures.
The core parser generates a Concrete Syntax Tree, which forms the foundation for advanced, structural compiler tooling. This parser serves as the structural backbone for my separate MIPS Language Server project.
The parser provides bindings for JavaScript, Python, Rust, Go, and C, and integrates with NeoVim (preview above).
For detailed documentation and installation guides, visit the project on Github.