|
MTMS main
Modern Turing Machine Simulator
|
String class representing a formal string (sequence of symbols) over an alphabet. More...
#include "alphabet.hpp"#include "symbol.hpp"#include <string>#include <string_view>#include <vector>Go to the source code of this file.
Classes | |
| class | String |
| Represents a formal string (w) consisting of a finite sequence of Symbols. More... | |
String class representing a formal string (sequence of symbols) over an alphabet.
Definition in file string.hpp.