Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Liac-li/TM-Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

多带图灵机

运行方法

  • 编译得到可执行文件: 直接在根目录下运行 Makefile

      make
    

    会在根目录中生成一个命名为 turing 的可执行文件

  • 运行图灵机模拟器: 可执行文件交互为:

      $ ./turing [-v|--verbose] [-h|--help] <tm> <input>
    

    比如可以:

      $ ./turing -v ./palindrome_detector_2tapes.tm 10101 
    

About

A simulator of Turing Machine

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published