Skip to content
  • Daniel Kraft's avatar
    Implement increment operation basics. · dc7b8103
    Daniel Kraft authored
    Add a new Arithmetic class that complements the Tape of a program with a
    basic arithmetic unit.  It can increment the tape's head for now, based
    on the design already described in the README.
    
    This is not yet wired through to the compiler, which will use this to
    implement + instructions.
    dc7b8103