Verilog grammar for tree-sitter. Version 1.0.3, updated 2025. Low cadence; provides a parser for Verilog and SystemVerilog files, used with the tree-sitter parsing library.
pip install tree-sitter-verilogNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: import the grammar, build a Language, parse Verilog code.
Change import to `from tree_sitter_verilog import language_verilog` and call `language_verilog()`.
Upgrade tree-sitter to >=0.20.
Test edge cases against the grammar's test suite.