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

Alphabet class to manage the collection of valid symbols for the Turing Machine. More...

#include "symbol.hpp"
#include <iostream>
#include <set>
#include <string_view>
Include dependency graph for alphabet.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Alphabet
 Represents the formal alphabet ( $\Sigma$ or $\Gamma$) of a Turing Machine. More...
 

Detailed Description

Alphabet class to manage the collection of valid symbols for the Turing Machine.

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

Definition in file alphabet.hpp.