Phasor 3.1.1
Stack VM based Programming Language
Loading...
Searching...
No Matches
pulsar::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** pulsar::Compiler::Args::envp = nullptr

Definition at line 31 of file Compiler.hpp.

◆ inputFile

std::string pulsar::Compiler::Args::inputFile

Definition at line 24 of file Compiler.hpp.

◆ irMode

bool pulsar::Compiler::Args::irMode = false

Definition at line 28 of file Compiler.hpp.

◆ outputFile

std::string pulsar::Compiler::Args::outputFile

Definition at line 25 of file Compiler.hpp.

◆ scriptArgc

int pulsar::Compiler::Args::scriptArgc = 0

Definition at line 29 of file Compiler.hpp.

◆ scriptArgv

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

Definition at line 30 of file Compiler.hpp.

◆ showLogo

bool pulsar::Compiler::Args::showLogo = true

Definition at line 26 of file Compiler.hpp.

◆ verbose

bool pulsar::Compiler::Args::verbose = false

Definition at line 27 of file Compiler.hpp.


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