MTMS main
Modern Turing Machine Simulator
Loading...
Searching...
No Matches
string.hpp File Reference

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>
Include dependency graph for string.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  String
 Represents a formal string (w) consisting of a finite sequence of Symbols. More...
 

Detailed Description

String class representing a formal string (sequence of symbols) over an alphabet.

Author
wh0crypt (wh0cr.nosp@m.ypt@.nosp@m.proto.nosp@m.n.me)
Version
0.1
Date
2026-06-27

Definition in file string.hpp.