Implement part of connection parsing
authorLukáš Jiřiště <gymnazium.jiriste@gmail.com>
Wed, 17 Sep 2025 13:57:03 +0000 (15:57 +0200)
committerLukáš Jiřiště <gymnazium.jiriste@gmail.com>
Wed, 17 Sep 2025 13:57:03 +0000 (15:57 +0200)
commite5a85f68ae3e7dbd7c0db52badff7246f4cebfd4
tree85cd3f06ba2d0c29fbbb252572a8fda41b81d13a
parent725404dcc470e2c8e24574d383785a6095f0cabf
Implement part of connection parsing

This is a broken commit. I came this far before I realized it will be
better to store buses as vectors of ids in the name_to_id (formerly
io_to_id) dictionary. That will make accessing the dictionary and
iteration over the pins of buses much easier.
name_to_id dict will therefore hold union of t_id and t_vec<t_id> for
pins and buses respectively.
src/c_load.c