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

Session manager controlling serialization pipelines via toml++. More...

#include "tm.hpp"
#include <filesystem>
#include <memory>
#include <string>
#include <toml++/toml.hpp>
#include <unordered_map>
#include <unordered_set>
Include dependency graph for project.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Project
 Orchestrates configuration ingestion and state saves, abstraction layer bridging core computation with external interfaces (CLI/GUI). More...
 

Macros

#define TOML_HEADER_ONLY   1
 

Detailed Description

Session manager controlling serialization pipelines via toml++.

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

Definition in file project.hpp.

Macro Definition Documentation

◆ TOML_HEADER_ONLY

#define TOML_HEADER_ONLY   1

Definition at line 23 of file project.hpp.