plushi.instruction.io

This namespce contains functions which register input and output instructions
to the instruction-set atom. The number of instructions required from this
namespace will vary based on the program being run, thus these functions are
generally called some time after the rest of insructions have been registered.

register-input-instructions

(register-input-instructions num-inputs)
Given some positive integer denoteing the number of input, a set of input
instructions is registered to the instruction set.

register-print-instruction

(register-print-instruction type-kw)
FIXME: write docs

remove-input-instructions

(remove-input-instructions)
Removes all input instructions from the instruction set.