![]() |
Phasor 3.3.0
Stack VM based Programming Language
|
Public Attributes | |
| std::string | inputFile |
| std::string | outputFile |
| bool | verbose = false |
| bool | irMode = false |
| int | scriptArgc = 0 |
| char ** | scriptArgv = nullptr |
Definition at line 22 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 27 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 28 of file Compiler.hpp.
| char** pulsar::Compiler::Args::scriptArgv = nullptr |
Definition at line 29 of file Compiler.hpp.
| bool pulsar::Compiler::Args::verbose = false |
Definition at line 26 of file Compiler.hpp.