Closed Wilfred closed 8 years ago
This (and probably #13) too are because we compile [-<++>]
to MultiplyMove { changes: { -1: 2 } }
. We cannot execute this multiply move if the current cell pointer is 0!
Both execution.rs and llvm.rs will need updating.
Fixed.