MTMS main
Modern Turing Machine Simulator
Loading...
Searching...
No Matches
tm.cpp File Reference
#include "tm.hpp"
#include "string.hpp"
#include <print>
Include dependency graph for tm.cpp:

Go to the source code of this file.

Variables

constexpr int kMaxSteps = 10000
 

Variable Documentation

◆ kMaxSteps

constexpr int kMaxSteps = 10000
constexpr

Definition at line 17 of file tm.cpp.

Referenced by TuringMachine::run().