nklopstock611 / turing-machine-interpreter

Interpreter for a little Turing Machine like language.
1 stars 0 forks source link

Expanding W #2

Open nklopstock611 opened 10 months ago

nklopstock611 commented 10 months ago

Expand the W instruction, so that it can also write a sum, a subtraction, a multiplication, a division, a mod, etc.

You could use W '#' or W 1 + 2