Phasor 2.2.0
Stack VM based Programming Language
Loading...
Searching...
No Matches
PhasorIR.cpp File Reference
#include "PhasorIR.hpp"
#include <cstring>
#include <fstream>
#include <iomanip>
#include <iostream>
#include <sstream>
#include <stdexcept>
Include dependency graph for PhasorIR.cpp:

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)

Macro Definition Documentation

◆ COMPILE_MESSAGE

#define COMPILE_MESSAGE ( msg)

Definition at line 15 of file PhasorIR.cpp.

◆ STR

#define STR ( x)
Value:
STR2(x)
#define STR2(x)

Definition at line 18 of file PhasorIR.cpp.

◆ STR2

#define STR2 ( x)
Value:
#x

Definition at line 17 of file PhasorIR.cpp.