google / pcbdl

PCB Design Language: A programming way to design schematics.
Other
155 stars 23 forks source link

^ Carrot/series operator tests #20

Open amstan opened 4 years ago

amstan commented 4 years ago

Similar to CBOLD's ^ operator.

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

kiavash-at-work commented 4 years ago

Yes! ^ nomenclature is more clear and less complex.

amstan commented 4 years ago

This is done. Should probably write some tests though.