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.
- 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
Here is an example of how to use this project