Phasor 2.2.0
Stack VM based Programming Language
Loading...
Searching...
No Matches
ScriptingRuntime.cpp File Reference
#include "ScriptingRuntime.hpp"
#include "../../Backend/Lexer/Lexer.hpp"
#include "../../Backend/Parser/Parser.hpp"
#include "../../Codegen/CodeGen.hpp"
#include "../../Frontend/Frontend.hpp"
#include "../../Runtime/Stdlib/StdLib.hpp"
#include "../../Runtime/VM/VM.hpp"
#include "../../Runtime/FFI/ffi.hpp"
#include <filesystem>
#include <fstream>
#include <iostream>
#include <sstream>
Include dependency graph for ScriptingRuntime.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 18 of file ScriptingRuntime.cpp.