This project has been created as part of the 42 curriculum by maamine, bvasseur.
The goal of this project is to write a program able to simulate a single headed, single tape Turing machine from a
machine description provided in json. This project is written in functionnal OCaml. It is a good occasion to experiment clever type designs and a smart functionnal approach to your program.
make
Then run the program with the following command:
./ft_turing [-h/--help] <path_to_machine_spec.json> <input>