Phasor 2.2.0
Stack VM based Programming Language
Loading...
Searching...
No Matches
BinaryRuntime.cpp File Reference
#include "BinaryRuntime.hpp"
#include "../../Codegen/Bytecode/BytecodeDeserializer.hpp"
#include "../../Runtime/Stdlib/StdLib.hpp"
#include "../../Runtime/VM/VM.hpp"
#include <filesystem>
#include <iostream>
#include "../../Runtime/FFI/ffi.hpp"
Include dependency graph for BinaryRuntime.cpp:

Go to the source code of this file.

Namespaces

namespace  Phasor
 The Phasor Programming Language and Runtime.

Macros

#define error(msg)

Macro Definition Documentation

◆ error

#define error ( msg)
Value:
std::cerr << "Error: " << msg << std::endl

Definition at line 13 of file BinaryRuntime.cpp.