Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

SystemVerilog parser using Tree-Sitter #44

Open
drom opened this issue Mar 23, 2020 · 0 comments
Open

SystemVerilog parser using Tree-Sitter #44

drom opened this issue Mar 23, 2020 · 0 comments

Comments

@drom
Copy link

drom commented Mar 23, 2020

馃毀 Work In Progress 馃毀

Brief explanation

Verilog / SystemVerilog is a major hardware description language used in FPGA and Chip design.
Tree-Sitter is an incremental parsing system for programming tools https://tree-sitter.github.io
https://github.com/tree-sitter/tree-sitter-verilog - is IEEE 1800-2017 compliant parser.
Included in SymbiFlow SystemVerilog test suit: https://symbiflow.github.io/sv-tests/
Used in Atom editor: https://github.blog/2018-10-31-atoms-new-parsing-system/
Via plugin: https://github.com/drom/atom-ide-eda

Detailed Explanation

https://github.com/tree-sitter/tree-sitter-verilog/issues

Further reading

馃毀 Work In Progress 馃毀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant