|
MTMS main
Modern Turing Machine Simulator
|
Dedicated entry point for the mtms-cli executable binary. More...
#include "../core/project.hpp"#include "cli.hpp"#include "program.hpp"#include <cstdlib>#include <print>Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
Dedicated entry point for the mtms-cli executable binary.
Definition in file main.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 17 of file main.cpp.
References Program::Options::batch_exec, Program::Options::config_file, Program::Options::err_code, Program::Options::err_msg, Project::get_machine(), Program::Options::input, Project::load_project(), Program::Options::output_file, Program::parse_args(), Program::print_help(), Program::print_usage(), run_cli_session(), Project::save_project(), and Program::Options::show_help.