DanArmor / turing_cmd

Turing machine with TUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

About

Turing machine with TUI

License:MIT License


Languages

Language:C++ 97.8%Language:CMake 2.0%Language:Shell 0.1%