Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Turing-Machine-Java-CLI

A simulation of a Turing machine, allowing to program instructions using regular and/or short TM syntax.

How to run

The program runs by using command line arguments. It requires an instruction file (See TM-programs directory for demos) and an input string.

java -jar TuringMachine.jar <program.tm> <input>

or to display simulation steps:

java -jar TuringMachine.jar <program.tm> <input> -v

About

A simulation of a Turing machine, allowing to program instructions using regular and/or short TM syntax.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages