#include "../../CLI/Repl/Repl.hpp"
#include "../../CLI/Runtime/ScriptingRuntime.hpp"
#include "../../CLI/Runtime/BinaryRuntime.hpp"
#include "../../Frontend/Frontend.hpp"
#include <iostream>
#include <string>
#include <vector>
#include <filesystem>
#include <iterator>
#include <unistd.h>
Go to the source code of this file.
|
| 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[], char *envp[]) |
◆ IS_TERMINAL
| #define IS_TERMINAL isatty(fileno(stdin)) |
◆ main()
| int main |
( |
int | argc, |
|
|
char * | argv[], |
|
|
char * | envp[] ) |
◆ readStdin()
| std::string readStdin |
( |
| ) |
|
Reads all content from stdin until EOF (piped input).
Definition at line 22 of file Phasor_main.cpp.
◆ showHelp()
| void showHelp |
( |
const fs::path & | program = "phasor" | ) |
|