Clément Fournier

Results 73 comments of Clément Fournier

thanks for spotting this, it's fixed now!

> I agree with this, but this reasoning should not extend to parameter assignments which use a = instead of parentheses. In other words, I would like to make sure...

Ok so this has grown quite a bit since last time. One large refactoring that affects the diff is that `Value` is no longer a concrete AST node type, instead...

> NOTE: Adopting these changes will give @petervdonovan some extra work due to the changes it will require in the VS Code extension. The same probably holds for the IntelliJ...

> One thing that I am a bit concerned about now, is that the grammar rules assume that `(1, 2, 3)` means a tuple and `[1, 2, 3]` means a...

Things that are diverging from the spec (#986) * ctor calls allow the three assignment syntaxes and not just `=` * unclear if c++ codegen for ctor calls matches the...

> So if the bank is of size 4 and the multiport of size 5, the childref would be unrolled into a PortBank of size 20. This is not ideal...

Thanks for your feedback, so there is one view class generated per reaction to expose only the declared dependencies... We can probably also do that in Rust, I'll create a...

> I am wondering now if it would make sense to introduce syntax to mark ports as unused (or as pure interface ports). This would allow us to produce warnings...