I use FiraCode with SystemVerilog language and it has two operators that would look lovely as Glyphs: * [x] ` |=>` nonoverlapped implication * [x] `|->` overlapped implication There are some other (less popular) SystemVerilog operators, with possibility being a Glyph: * [ ] `^~` , `~^` Binary or reduction XNOR operators * [ ] `~&` reduction NAND * [ ] `~|` reduction NOR * [ ] `==?`,`!=?` Binary wildcard equality operators * [ ] `[=` nonconsecutive repetition * [ ] `[*` consecutive repetition * [ ] `[->` goto repetition * [ ] `{<<` right-to-left streaming * [ ] `{>>` left-to-right streaming * [ ] ` #=#` nonoverlapped followed-by * [ ] ` #-#` overlapped followed-by * [x] `*>` full path connection * [x] `:/` distribution weight assignment
I use FiraCode with SystemVerilog language and it has two operators that would look lovely as Glyphs:
|=>nonoverlapped implication|->overlapped implicationThere are some other (less popular) SystemVerilog operators, with possibility being a Glyph:
^~,~^Binary or reduction XNOR operators~&reduction NAND~|reduction NOR==?,!=?Binary wildcard equality operators[=nonconsecutive repetition[*consecutive repetition[->goto repetition{<<right-to-left streaming{>>left-to-right streaming#=#nonoverlapped followed-by#-#overlapped followed-by*>full path connection:/distribution weight assignment