Library - mini_computer

Git page.

This project is a small and efficient library that simulates logic gate circuits.

It implements the following logic gates: and, triple_and, quad_and, quint_and, not, xor, nand, triple_nand, quad_nand, quint_nand, nor, triple_nor, quad_nor, xnor, out_gate, or.

I wrote it after being frustrated that I didn’t understand basic computing as well as I wanted, and wanted to write some logic gate logic myself. Since I wasn’t happy with the libraries or programs that I found online, I wrote one myself that I’m happy with.