Skip to content

DanArmor/turing_cmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Русская версия

Turing machine with TUI

1.gif

Table of contents

  • Endless tape
  • Step by step execution
  • Continuous exectuion
  • Save/load from file.

2.gif

You can navigate with keyboard arrows or with mouse, exit by Esc. There are hotkeys.

3.png

  • Cyrillic and/or widechars (like greek symbols) are working not properly. Use english.\

You can use binaries from releases (Linux only for now).

The PPA repo is provided.

  • sudo add-apt-repository ppa:danarmor/ppa
  • sudo apt update
  • sudo apt install turing-cmd Done - you can start program by turing-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".

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