yavhdl icon indicating copy to clipboard operation
yavhdl copied to clipboard

VHDL Parser and Language server project

Open kraigher opened this issue 7 years ago • 0 comments

I just want to make you aware of my project to create a full fledged VHDL parser in Rust: https://github.com/kraigher/rust_hdl. It can already parse 500kloc of the most popular VHDL repositories on Github in just 0.5 seconds.

The goal is to be able to use the parser in any tool that needs one. My first goal is to use it in a language server for VHDL.

It seems you have interest in this area and you are welcome to contribute if you want.

kraigher avatar Nov 19 '18 08:11 kraigher