Skip to content

Commit

Permalink
Remove stale TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
QuickWrite committed Nov 30, 2024
1 parent da4ba30 commit da3d6d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,6 @@ struct TuringMachine* parse(const char* const file_name) {
struct TuringMachine* machine = calloc(1, sizeof(struct TuringMachine));
machine->state = start;

// TODO: Add default init tape
if(head.tape_len > 0) {
Symbol* symbols = malloc(sizeof(Symbol) * head.tape_len);

Expand Down

0 comments on commit da3d6d7

Please sign in to comment.