Zachary Yedidia
Zachary Yedidia
I don't currently have any plans to add iterator support, but I am happy to discuss potential designs if someone wants to try implementing it.
Awesome, better iterators would be great! Would help solve issues like #37.
A homebrew formula would make sense but it would have to be a tap for now I think. Eget should download to `EGET_BIN` (if set), and you can always manually...
What's the reason for changing the inner representation of entries? I think the addition of the Keys and Values methods is fine, but I'm not sure the other changes are...
I think you'll have to add support org mode yourself. It shouldn't be too difficult though if you know what regexes you want to highlight. Take a look inside `syntax_files`...
Thanks for the feedback! Sorry for the wall of text, I've tried to respond to some of the concerns appropriately. #### How does this participate in width inference? That is...
There is now a PR in CIRCT that implements this via read-modify-write during the expand-whens pass: https://github.com/llvm/circt/pull/3658.
I don't think the `[x:y]` syntax is ambiguous at the context-free language level -- there aren't multiple possible derivation trees when purely parsing (no types). For type checking, the type...
I think it's fine to say that it will mark the particular bits in the integer as invalid. I think this is essentially the same as assigning a special constant...
I have updated the revision history and marked this as a minor version change. I think if everyone is in agreement this is ready to go. I think once this...