Universal Turing machine: Difference between revisions

Content added Content deleted
Line 2,379:
We opt for the reverse polish notation.
 
<pre>'=' : if scanned symbol = op do ...
'%' : print op
'<' : move left
'>' : move right
'@' : state <- op
* : op <- *</pre>
 
2. Interpreter