Skip to content
  • Daniel Kraft's avatar
    Add stop neuron to program ABI. · b187abb5
    Daniel Kraft authored
    Instead of always executing a program until EOF is received on input,
    allow the program to indicate that it wants to stop by activating a
    special stop neuron.  Add this to the program execution ABI and the IO
    format and tests.
    
    This is not yet supported by the compiler.  Creating a stop neuron and
    connecting it for end-of-program is the next step.
    b187abb5