Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tree-sitter/tree-sitter-verilog
SystemVerilog grammar for tree-sitter
https://github.com/tree-sitter/tree-sitter-verilog
grammar hacktoberfest parser tree-sitter verilog
Last synced: about 1 month ago
JSON representation
SystemVerilog grammar for tree-sitter
- Host: GitHub
- URL: https://github.com/tree-sitter/tree-sitter-verilog
- Owner: tree-sitter
- License: mit
- Created: 2018-11-01T22:58:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T21:17:59.000Z (4 months ago)
- Last Synced: 2024-09-26T20:51:18.368Z (about 2 months ago)
- Topics: grammar, hacktoberfest, parser, tree-sitter, verilog
- Language: C
- Homepage:
- Size: 11.8 MB
- Stars: 91
- Watchers: 12
- Forks: 35
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tree-sitter - Verilog
README
[![CI][ci]](https://github.com/tree-sitter/tree-sitter-verilog/actions/workflows/ci.yml)
[![discord][discord]](https://discord.gg/w7nTvsVJhm)
[![matrix][matrix]](https://matrix.to/#/#tree-sitter-chat:matrix.org)
[![crates][crates]](https://crates.io/crates/tree-sitter-verilog)
[![npm][npm]](https://www.npmjs.com/package/tree-sitter-verilog)# tree-sitter-verilog
SystemVerilog grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter).
## References
- https://en.wikipedia.org/wiki/Verilog
- http://tree-sitter.github.io/tree-sitter/creating-parsers## Install
```
npm i tree-sitter-verilog
```## Test
SystemVerilog Test Suite report: https://symbiflow.github.io/sv-tests
[ci]: https://img.shields.io/github/actions/workflow/status/tree-sitter/tree-sitter-verilog/ci.yml?logo=github&label=CI
[discord]: https://img.shields.io/discord/1063097320771698699?logo=discord&label=discord
[matrix]: https://img.shields.io/matrix/tree-sitter-chat%3Amatrix.org?logo=matrix&label=matrix
[npm]: https://img.shields.io/npm/v/tree-sitter-verilog?logo=npm
[crates]: https://img.shields.io/crates/v/tree-sitter-verilog?logo=rust