Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 659 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 659 Bytes

TuringMachineSimulatorCpp

Turing machine simulator.

Bertoncelli Giovanni

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/

Compilation and running guide

  1. Build project settings with bash command cmake -DCMAKE_BUILD_TYPE=Debug project_dir or cmake -DCMAKE_BUILD_TYPE=Release project_dir
  2. Compile with make
  3. Execute executable in bin folder