Naoya Hatta
Naoya Hatta
Even if the check is removed, `a[i:0]` issue still remains. I think changing `genvar` to constant is correct at least, and it resolves this issue by generate loop.
OK. I'll merge #974, but leave this issue.
I think #788 is not so easy. If `ConstantExpression: Expression` are added, how definition of `Select` is reasonable? Probably the following is avaibable, but these many duplications occur whole syntax....
I'm starting to feel that introducing`ConstExpression` is not so good idea. The idea of `ConstExpression` means that whether expression is const or not can be determined syntactically. Of course, sometimes...
T2 and T3 will be fixed by #962. T4 requires more consideration in #960.
In #754, type defined in module can't be refered from outside of the module. But in this case, the `XLEN` can be refered by `pkg::XLEN`, so Veryl compiler can add...
I agree to add `VmTotal` column. I update MSRV to fix MSRV CI failure. So could you fix other CI failures and add `VmTotal` column to README.md?
How about using https://github.com/dalance/svls ? It works fine with neovim.
Unfortunately, svls doesn't support completion feature.
> But completion feature is demonstrated in your readme(σ゚∀゚)σ OK. It seems to be confusing. It is keyword-based completion provided another plugin.