Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 583 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 583 Bytes

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