Sounds like a fun project, many years ago I built a POV led wand that used an 8 bit parallel adder made from transistors, a 555 timer and an EEPROM.
That might be a good hello world type project to tackle on your way to the CPU goal.
Do you have any demos of how this library works when used in something complex? Also, do you have any ways to export the logic defined into some data structure? This would allow you to bolt on compilers to translate into a netlist or FPGA.
Now there are a bunch of words I don't understand here :D
Right now there are no demos. I only have a few loose components, not enough to build anything useful (the tests do instantiate them correctly, does it count as a demo? :D)
Regarding exporting the logic, it could be a nice idea, but I have no idea where to start. Thoughts?