nklopstock611 / turing-machine-interpreter

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

Add feature to L and R instructions #7

Closed nklopstock611 closed 9 months ago

nklopstock611 commented 9 months ago

Add feature for L and R similar to move until, but it's move until not. I'm not sure about the syntax, but an example for now would be: L !'$'. So, it moves left until it finds a char different from '$'.

nklopstock611 commented 9 months ago

done!