![]() |
Phasor 3.3.0
Stack VM based Programming Language
|
#include "StdLib.hpp"#include <atomic>#include <chrono>#include <thread>#include <print>#include <userconsent.h>#include <phsint.hpp>#include "core/system.h"#include <unistd.h>Go to the source code of this file.
Namespaces | |
| namespace | Phasor |
| The Phasor Programming Language and Runtime. | |
Variables | |
| bool | consentAskedCLI {false} |
| bool | consentGrantedCLI {false} |
| bool | consentAskedEnv {false} |
| bool | consentGrantedEnv {false} |
| bool consentAskedCLI {false} |
Definition at line 20 of file system.cpp.
| bool consentAskedEnv {false} |
Definition at line 23 of file system.cpp.
| bool consentGrantedCLI {false} |
Definition at line 21 of file system.cpp.
| bool consentGrantedEnv {false} |
Definition at line 24 of file system.cpp.