![]() |
Phasor 2.2.0
Stack VM based Programming Language
|
#include "PhasorIR.hpp"#include <cstring>#include <fstream>#include <iomanip>#include <iostream>#include <sstream>#include <stdexcept>Go to the source code of this file.
Namespaces | |
| namespace | Phasor |
| The Phasor Programming Language and Runtime. | |
Macros | |
| #define | COMPILE_MESSAGE(msg) |
| #define | STR2(x) |
| #define | STR(x) |
| #define COMPILE_MESSAGE | ( | msg | ) |
Definition at line 15 of file PhasorIR.cpp.
| #define STR | ( | x | ) |
Definition at line 18 of file PhasorIR.cpp.
| #define STR2 | ( | x | ) |
Definition at line 17 of file PhasorIR.cpp.