pcbdl icon indicating copy to clipboard operation
pcbdl copied to clipboard

^ Carrot/series operator tests

Open amstan opened this issue 4 years ago • 2 comments

Similar to CBOLD's ^ operator.

Instead of: vcc << R(to=C(to=gnd)) We could have: vcc ^ R() ^ C() ^ gnd

amstan avatar Mar 25 '20 23:03 amstan

Yes! ^ nomenclature is more clear and less complex.

kiavash-at-work avatar Mar 25 '20 23:03 kiavash-at-work

This is done. Should probably write some tests though.

amstan avatar Apr 14 '20 00:04 amstan