![]() |
Phasor 3.3.0
Stack VM based Programming Language
|
#include "../../../Runtime/Phasor/ScriptingRuntime.hpp"#include "../../../Runtime/Shared/BinaryRuntime.hpp"#include "../../../Frontend/Phasor/Frontend.hpp"#include <print>#include <string>#include <vector>#include <filesystem>#include <iterator>#include <version.h>#include <unistd.h>Go to the source code of this file.
Macros | |
| #define | IS_TERMINAL isatty(fileno(stdin)) |
Functions | |
| std::string | readStdin () |
| Reads all content from stdin until EOF (piped input). | |
| void | showHelp (const fs::path &program="phasor") |
| int | main (int argc, char *argv[]) |
| #define IS_TERMINAL isatty(fileno(stdin)) |
Definition at line 17 of file Phasor_main.cpp.
| int main | ( | int | argc, |
| char * | argv[] ) |
Definition at line 63 of file Phasor_main.cpp.
| std::string readStdin | ( | ) |
Reads all content from stdin until EOF (piped input).
Definition at line 23 of file Phasor_main.cpp.
| void showHelp | ( | const fs::path & | program = "phasor" | ) |
Definition at line 36 of file Phasor_main.cpp.