RuiDGPires / Simple-Turing-Machine-Emulator

A simple turing machine emulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple turing machine emulator

License:GNU General Public License v3.0


Languages

Language:C++ 96.0%Language:Makefile 2.3%Language:C 1.7%