Turing machine with TUI
- Endless tape
- Step by step execution
- Continuous exectuion
- Save/load from file.
You can navigate with keyboard arrows or with mouse, exit by Esc. There are hotkeys.
- Cyrillic and/or widechars (like greek symbols) are working not properly. Use english.\
You can use binaries from releases (Linux only for now).
sudo add-apt-repository ppa:danarmor/ppa
sudo apt update
sudo apt install turing-cmd
Done - you can start program byturing-cmd
command in terminal.
There are two deps, but if you have CMake - you're ready to go: make a "build" dir and execute "run.sh".
- nlohmann/json - JSON (are used now)
- ArthurSonzogni/FTXUI - TUI
- taocpp/json - JSON (was used in first version)
v0.2.1 - FTXUI V4.0.0
v0.2 - moved to nlohmann/json, replaced wchar/wstring with char/string, changed save/load notification, moved to FTXUI V3.0.0
v0.1 - init version