Open nklopstock611 opened 10 months ago
added:
--h
:= (Help) Prints the help message.
--tape-size
:= (Tape Size) Sets the size of the tape. Default is 256.
--initial-state-char
:= (Initial State Char) Sets the initial char of the tape. Default is '#'.
It could be cool to add some args that, for example, prints HC after each line or print the complete tape after each line!
added:
--show-full-tape
:= (Show Full Tape) Prints the complete tape after each instruction of the program is executed. The current position of the head is indicated by '[ ]'. Default is False.
added:
--string "<string>"
:= (String) If you want to pass a string to the program, use this argument. The string will be saved on the tape, starting on position 0.
Add parameters like
initial-state-char
orlength-of-tape
.