Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 540 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 540 Bytes

Turing Box

Turing box is a Turing machine simulator written in c++. It takes a .json configuration file and outputs in .json format.

Run

execute make all in the project directory.

for a quick test you can also do chmod +x go.sh && ./go.sh

Contribution

Do you have a suggestion? I'd be glad to read about that in the issue tracker.

Are you willing to get your code in Turing Box? Well that's even better! You may create an issue to explain what change(s) you are making, or you can send your pull request directly.