eine

Results 287 comments of eine
trafficstars

@m-kru, I'm doing my best... https://github.com/ghdl/ghdl/issues/1393#issuecomment-658946312 BTW, I was happy to read that @jeremiah-c-leary's explanation in https://github.com/jeremiah-c-leary/vhdl-style-guide/issues/312#issuecomment-660405030 is similar to the following quote from above: > I believe that this...

@m-kru, based on previous discussions, using a "general purpose" parser generator for VHDL is a dead-end. It might be enough to parse the most common features of VHDL 1993, and...

@Nic30, thanks for your insight. I think you nailed it. Any of the projects we are talking about is far beyond a single human's capacity, and still most of the...

@m-kru, WRT rust_hdl vs GHDL, I believe that the language has little to do with the complexity. GHDL does much more than just parsing, and most of the additional complexity...

@Nic30, I didn't want to dismiss your work at all. I said 2y as the coarse estimate of the minimum time to write a VHDL 2008 parser from scratch. In...

@Paebbels, can PyVHDLParser currently fulfill the requirements [above](https://github.com/jeremiah-c-leary/vhdl-style-guide/issues/328#issuecomment-662193492)? > Any guidance on how to proceed would be greatly appreciated. - If possible, I'd try PyVHDLParser. - Otherwise, I guess that...

> The problem is that different parsers are missing different features and each tool uses its own parser. If someone adds some feature to one of them, it is probably...

Although it's not a thorough explanation about PKGBUILD recipes, there is now a ready-to-use example in [msys2/setup-msys2: examples](https://github.com/msys2/setup-msys2/tree/master/examples#pkgbuild). That shows how to test a PKGBUILD recipe in CI.

@AMDphreak, as an alternative to opening an issue in a repository corresponding to chocolatey, you might want to use https://github.com/msys2/msys2-installer/releases/download/2020-09-03/msys2-x86_64-20200903.exe (which is the supported procedure in this repo).

JFYTK, you can extract/install it unattended with `msys2-x86_64-20200903.exe -y target_location`.