tree-sitter-riscv
v0.3.1
Published
A syntax parser for the RISC-V Instruction Set Architecture.
Downloads
26
Maintainers
Readme
tree-sitter-riscv
A tree-sitter parser for the RISC-V and MIPS assembly languages, aiming for covering most features of all major assemblers and simulators

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 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
