![]() |
Phasor 3.1.1
Stack VM based Programming Language
|
Public Attributes | |
| std::string | inputFile |
| std::string | outputFile |
| bool | showLogo = true |
| bool | verbose = false |
| bool | irMode = false |
| int | scriptArgc = 0 |
| char ** | scriptArgv = nullptr |
| char ** | envp = nullptr |
Definition at line 22 of file Compiler.hpp.
| char** pulsar::Compiler::Args::envp = nullptr |
Definition at line 31 of file Compiler.hpp.
| std::string pulsar::Compiler::Args::inputFile |
Definition at line 24 of file Compiler.hpp.
| bool pulsar::Compiler::Args::irMode = false |
Definition at line 28 of file Compiler.hpp.
| std::string pulsar::Compiler::Args::outputFile |
Definition at line 25 of file Compiler.hpp.
| int pulsar::Compiler::Args::scriptArgc = 0 |
Definition at line 29 of file Compiler.hpp.
| char** pulsar::Compiler::Args::scriptArgv = nullptr |
Definition at line 30 of file Compiler.hpp.
| bool pulsar::Compiler::Args::showLogo = true |
Definition at line 26 of file Compiler.hpp.
| bool pulsar::Compiler::Args::verbose = false |
Definition at line 27 of file Compiler.hpp.