|
MTMS main
Modern Turing Machine Simulator
|
Tape class representing the infinite memory structure of the Turing Machine. More...
#include "direction.hpp"#include "string.hpp"#include "symbol.hpp"#include <iostream>#include <map>#include <ostream>Go to the source code of this file.
Classes | |
| class | Tape |
| Simulates the bilateral infinite tape layout of a Turing Machine. More... | |