Skip to content

RuiDGPires/Simple-Turing-Machine-Emulator

Repository files navigation

Simple-Turing-Machine-Emulator

A simple turing machine emulator

This was made with the goal of practising C++ and for fun.

Testing is done using catch.

GUI is incomplete but done using wxWidgets.

To-do

  • Text evaluator for ease of use
  • Windows exporting
  • Add comments to the text evaluator's syntax
  • GUI (incomplete)
  • System for importing other configs inside a config file
  • Syntax highlighting

Example

Here is an example of how to use this project