We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da4ba30 commit da3d6d7Copy full SHA for da3d6d7
parser.c
@@ -498,7 +498,6 @@ struct TuringMachine* parse(const char* const file_name) {
498
struct TuringMachine* machine = calloc(1, sizeof(struct TuringMachine));
499
machine->state = start;
500
501
- // TODO: Add default init tape
502
if(head.tape_len > 0) {
503
Symbol* symbols = malloc(sizeof(Symbol) * head.tape_len);
504
0 commit comments