I need to take expressions, or programs, and break them down to a directed acyclic graph of binary logical operations.
In the end.... a cell has 4 inputs, and needs 4 outputs for each possible combination, a total of 64 bits (or 16 nibbles).
Heck, I'd settle for a good way to express said tree in a plain text file as a kick start.
[1] https://esolangs.org/wiki/Bitgrid
[2] https://github.com/mikewarot/Bitgrid