Project presented for the C++ Course in the University of Verona. This project deals with the building of a Turing Machine simulator. It allows to create a machine within a Terminal interface and to run in on different symbols sequences (different tapes). Repository reference: https://github.com/HighSoftWare96/TuringMachineSimulatorCpp/
- Build project settings with bash command
cmake -DCMAKE_BUILD_TYPE=Debug project_dir
orcmake -DCMAKE_BUILD_TYPE=Release project_dir
- Compile with
make
- Execute executable in bin folder