Phasor 2.2.0
Stack VM based Programming Language
Loading...
Searching...
No Matches
Phasor::Compiler::Args Struct Reference

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

Detailed Description

Definition at line 22 of file Compiler.hpp.

Member Data Documentation

◆ envp

char** Phasor::Compiler::Args::envp = nullptr

Definition at line 31 of file Compiler.hpp.

◆ inputFile

std::string Phasor::Compiler::Args::inputFile

Definition at line 24 of file Compiler.hpp.

◆ irMode

bool Phasor::Compiler::Args::irMode = false

Definition at line 28 of file Compiler.hpp.

◆ outputFile

std::string Phasor::Compiler::Args::outputFile

Definition at line 25 of file Compiler.hpp.

◆ scriptArgc

int Phasor::Compiler::Args::scriptArgc = 0

Definition at line 29 of file Compiler.hpp.

◆ scriptArgv

char** Phasor::Compiler::Args::scriptArgv = nullptr

Definition at line 30 of file Compiler.hpp.

◆ showLogo

bool Phasor::Compiler::Args::showLogo = true

Definition at line 26 of file Compiler.hpp.

◆ verbose

bool Phasor::Compiler::Args::verbose = false

Definition at line 27 of file Compiler.hpp.


The documentation for this struct was generated from the following file: