june / Pen Plotter
0 лайк(-ов)
0 форк(-ов)
1 файл(-ов)
Последняя активность 1 year ago
A pen plotter in string rewriting.
| 1 | Handle a horizontal move. |
| 2 | Handle a left move. |
| 3 | Switch to state 'L'. |
| 4 | |l -> OL |
| 5 | Skip over the instruction stream, cells, inactive cursors and separators. |
| 6 | Ll -> lL |
| 7 | Lr -> rL |
| 8 | Lu -> uL |
| 9 | Ld -> dL |
| 10 | L. -> .L |