Phasor 3.1.1
Stack VM based Programming Language
Loading...
Searching...
No Matches
pulsar::Interpreter::Args Struct Reference

Public Attributes

std::filesystem::path inputFile
bool verbose = false
int scriptArgc = 0
char ** scriptArgv = nullptr
char ** envp = nullptr
std::filesystem::path program

Detailed Description

Definition at line 23 of file ScriptingRuntime.hpp.

Member Data Documentation

◆ envp

char** pulsar::Interpreter::Args::envp = nullptr

Definition at line 29 of file ScriptingRuntime.hpp.

◆ inputFile

std::filesystem::path pulsar::Interpreter::Args::inputFile

Definition at line 25 of file ScriptingRuntime.hpp.

◆ program

std::filesystem::path pulsar::Interpreter::Args::program

Definition at line 30 of file ScriptingRuntime.hpp.

◆ scriptArgc

int pulsar::Interpreter::Args::scriptArgc = 0

Definition at line 27 of file ScriptingRuntime.hpp.

◆ scriptArgv

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

Definition at line 28 of file ScriptingRuntime.hpp.

◆ verbose

bool pulsar::Interpreter::Args::verbose = false

Definition at line 26 of file ScriptingRuntime.hpp.


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