There's a horrible bug!! The code L 'W' does not work! The interpreter reads 'W' as a instruction and not the char 'W'.
I think the solution is to add a string like "_instruc" to every instruction when the program array is created (also change the ifs in tm.py).
There's a horrible bug!! The code
L 'W'
does not work! The interpreter reads 'W' as a instruction and not the char 'W'. I think the solution is to add a string like "_instruc" to every instruction when the program array is created (also change the ifs in tm.py).